diff --git a/DESCRIPTION b/DESCRIPTION index ccac3c8..b7685ae 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,12 +1,17 @@ Type: Package Package: sasr -Title: sasr -Version: 0.0.0.9004 -Date: 2023-03-28 -Authors@R: - person("insightsengineering", , , "insightsengineering@example.com", role = c("aut", "cre")) -Description: sasr. -License: Apache License 2.0 | file LICENSE +Title: SAS Interface in R +Version: 0.1.0 +Date: 2023-04-26 +Authors@R: c( + person("Liming", "Li", , "liming.li@roche.com", role = c("aut", "cre")), + person("Daniel", "Sabanes Bove", , "daniel.sabanes_bove@roche.com", role = c("aut")), + person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")) + ) +Description: Provides a SAS interface in R, through 'SASpy'() and 'reticulate'(). + This package helps you create SAS sessions, execute SAS code in remote SAS servers, retrieve execution results and log, and exchange datasets between SAS and R. + It also helps you to install 'SASpy' and create a configuration file for the connection. Please review the 'SASpy' license file as instructed so that you comply with its separate and independent license. +License: Apache License 2.0 URL: https://github.com/insightsengineering/sasr/ BugReports: https://github.com/insightsengineering/sasr/issues Depends: diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 63aaf2d..0000000 --- a/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright 2022 F. Hoffmann-La Roche AG - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/NEWS.md b/NEWS.md index 779768f..76ce22c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,10 @@ -# sasr 0.0.0.9004 +# sasr 0.1.0 + +* First CRAN version of the package. +* The package facilitates the execution of SAS code from R. ### New features -* New package! +* Create SAS sessions. +* Execute SAS code in SAS sessions. +* Retrieve execution logs and results from SAS sessions. +* Transfer datasets between SAS and R. diff --git a/inst/WORDLIST b/inst/WORDLIST index 57f0268..2b3ee26 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -1,13 +1,16 @@ +Bove +Hoffmann LST Reticulate -conda -condifuration +SASdata +SASpy +Sabanes +Viya +funder hostname -http onLoad +reticulate sas sasdata -SASdata saspy tunnelling -Viya diff --git a/man/sasr-package.Rd b/man/sasr-package.Rd index 159a151..272ac04 100644 --- a/man/sasr-package.Rd +++ b/man/sasr-package.Rd @@ -17,6 +17,16 @@ Useful links: } \author{ -\strong{Maintainer}: insightsengineering \email{insightsengineering@example.com} +\strong{Maintainer}: Liming Li \email{liming.li@roche.com} + +Authors: +\itemize{ + \item Daniel Sabanes Bove \email{daniel.sabanes_bove@roche.com} +} + +Other contributors: +\itemize{ + \item F. Hoffmann-La Roche AG [copyright holder, funder] +} }