Skip to content

Commit

Permalink
Change Author to Authors@R at CRAN request
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Sep 1, 2018
1 parent 43363c3 commit d57e978
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Expand Up @@ -3,14 +3,13 @@ Type: Package
Title: Schedule R Scripts and Processes with the Windows Task Scheduler
Description: Schedule R scripts/processes with the Windows task scheduler. This
allows R users to automate R processes on specific time points from R itself.
Author: c(person("Jan", "Wijffels", role = c("aut", "cre", "cph"), email =
"jwijffels@bnosac.be"), person("BNOSAC", role = "cph"), person("Oliver", "Belmans", role = c("cph", "cre")))
Authors@R: c(person("Jan", "Wijffels", role = c("aut", "cre", "cph"), email = "jwijffels@bnosac.be"), person("BNOSAC", role = "cph"), person("Oliver", "Belmans", role = c("cph", "cre")))
Maintainer: Jan Wijffels <jwijffels@bnosac.be>
License: AGPL-3
Version: 1.2
URL: https://github.com/bnosac/taskscheduleR
OS_type: windows
Date: 2017-11-16
Date: 2018-09-01
Imports:
data.table,
tools,
Expand Down
13 changes: 5 additions & 8 deletions README.md
Expand Up @@ -81,16 +81,10 @@ Mark that the date format is the date format in Belgium. Change once to your loc
Install
-----------

Install the latest version from github:
```
devtools::install_github("bnosac/taskscheduleR")
```
The package is on CRAN. To install, just run:

Or from www.datatailor.be
```
install.packages('data.table')
install.packages('knitr')
install.packages("taskscheduleR", repos = "http://www.datatailor.be/rcube", type = "source")
install.packages("taskscheduleR")
```

If you want the RStudio add-in to work, also install miniUI and shiny
Expand All @@ -99,6 +93,9 @@ install.packages('miniUI')
install.packages('shiny')
```

For installing the development version of this package: `devtools::install_github("bnosac/taskscheduleR", build_vignettes = TRUE)`


Mark on administrator rights
-----------

Expand Down
3 changes: 2 additions & 1 deletion inst/NEWS
@@ -1,8 +1,9 @@
Package: taskscheduleR
================

Version: 1.2 [2018-05-02]
Version: 1.2 [2018-09-01]
- Allow multiple days to be scheduled in 1 time
- Change Author to Authors@R in DESCRIPTION

Version: 1.1 [2017-05-15]
- Use read.csv as a backup procedure if fread fails
Expand Down

0 comments on commit d57e978

Please sign in to comment.