From 9b7836e04682fe9cccfe36a426373b4ebc47cb1b Mon Sep 17 00:00:00 2001 From: j-martens Date: Tue, 3 May 2016 12:11:38 -0500 Subject: [PATCH] updated the copyrights, github links... more up to date than Master --- DESCRIPTION | 4 ++-- LICENSE | 2 +- LICENSE.md | 2 +- README.md | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e5b115a..ce15764 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 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 diff --git a/LICENSE b/LICENSE index 86c74d4..a35f1d6 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/LICENSE.md b/LICENSE.md index 86c74d4..a35f1d6 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/README.md b/README.md index f77f19b..9756590 100644 --- a/README.md +++ b/README.md @@ -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:**