updated the copyrights, github links... more up to date than Master

This commit is contained in:
j-martens 2016-05-03 12:11:38 -05:00
Родитель b987d958ac
Коммит 9b7836e046
4 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -2,7 +2,7 @@ Package: deployrUtils
Type: Package
Title: Develop Portable R Code for Use with DeployR
Version: 1.0.2
Date: 2015-11-30
Date: 2015-05-03
person("Josee", "Martens", email = "jmartens@microsoft.com", role = "aut"),
person("Nick", "Riesland", email = "nicr@microsoft.com", role = "ctb"),
person("Sean", "Wells", email = "seanw@microsoft.com", role = "ctb")
@ -10,7 +10,7 @@ Date: 2015-11-30
Author: Josee Martens [aut]
Maintainer: Rich Calaway <richcala@microsoft.com>
URL: http://go.microsoft.com/fwlink/?LinkId=692163
BugReports: https://github.com/deployr/deployrUtils/issues
BugReports: https://github.com/Microsoft/deployrUtils/issues
Description: The goal of this package is to solve several R portability issues
that arise when developing R analytics for use in your local R environment
and in the DeployR server environment. They are package portability, input

Просмотреть файл

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (C) 2010-2015 by Microsoft Corporation
Copyright (C) 2010-2016 by Microsoft Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

Просмотреть файл

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (C) 2010-2015 by Microsoft Corporation
Copyright (C) 2010-2016 by Microsoft Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

Просмотреть файл

@ -4,7 +4,7 @@
## Package Overview
The goal of `deployrUtils` is to solve several R portability issues that arise when developing R analytics for use in your local R environment and in the [DeployR](http://go.microsoft.com/fwlink/?LinkId=692163) server environment. They are package portability, input portability, and portable access to data files.
The goal of `deployrUtils` is to solve several R portability issues that arise when developing R analytics for use in your local R environment and in the DeployR server environment. They are package portability, input portability, and portable access to data files.
These portability issues can be solved when you use the following functions in the deployrUtils package.
@ -26,7 +26,7 @@ Get the latest stable development version from github:
```R
# Use `devtools` to install directly from github
library(devtools)
install_github("deployr/deployrUtils")
install_github("Microsoft/deployrUtils")
```
See [devtools](https://github.com/hadley/devtools) for more options.
@ -70,11 +70,11 @@ df <- RxXdfData(deployrExternal("data.xdf"))
**Issues:**
[Post an issue](https://github.com/deployr/deployrUtils/issues)
[Post an issue](https://github.com/Microsoft/deployrUtils/issues)
**Website:**
[Learn more](http://go.microsoft.com/fwlink/?LinkId=708337)
[Learn more](http://go.microsoft.com/fwlink/?LinkId=692163)
**Made by:**