Skip to content

Commit

Permalink
fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
adrtod committed Mar 6, 2021
1 parent 5f48805 commit aa41522
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authors@R: c(person("Adrien", "Todeschini", email = "[email protected]
Description: A simple data science challenge system using R Markdown and 'Dropbox' <https://www.dropbox.com/>.
It requires no network configuration, does not depend on external platforms
like e.g. 'Kaggle' <https://www.kaggle.com/> and can be easily installed on a personal computer.
URL: https://adrien.tspace.fr/rchallenge/, https://adrtod.github.io/rchallenge/, https://github.com/adrtod/rchallenge
URL: https://adrien.tspace.fr/rchallenge/, https://github.com/adrtod/rchallenge
BugReports: https://github.com/adrtod/rchallenge/issues
Depends:
R (>= 3.2.0)
Expand Down
2 changes: 1 addition & 1 deletion R/new.r
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ new_team <- function(..., path = ".", submissions_dir = "submissions",
#' of the output file is returned.
#' @note The rendering of HTML content provided by Dropbox will be discontinued
#' from the 3rd October 2016 for Basic users and the 1st September 2017 for Pro
#' and Business users. See \url{https://www.dropbox.com/help/16}. Alternatively,
#' and Business users. See \url{https://help.dropbox.com/fr-fr/files-folders/share/public-folder}. Alternatively,
#' \href{https://pages.github.com/}{GitHub Pages} provide an easy HTML web publishing
#' solution via a simple GitHub repository.
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/publish.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/rchallenge-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa41522

Please sign in to comment.