Skip to content

Commit

Permalink
fixed urls
Browse files Browse the repository at this point in the history
  • Loading branch information
adrtod committed Mar 6, 2021
1 parent 89601de commit 5f48805
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 38 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://adrtod.github.io/rchallenge, https://github.com/adrtod/rchallenge
URL: https://adrien.tspace.fr/rchallenge/, https://adrtod.github.io/rchallenge/, https://github.com/adrtod/rchallenge
BugReports: https://github.com/adrtod/rchallenge/issues
Depends:
R (>= 3.2.0)
Expand Down
4 changes: 2 additions & 2 deletions R/rchallenge.r
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ release_questions <- function() {
#'
#' @section Examples:
#' \itemize{
#' \item \href{https://adrtod.github.io/challenge-mimse2014/}{Credit approval} (in french) by Adrien Todeschini (Bordeaux).
#' \item \href{https://adrien.tspace.fr/challenge-mimse2014/}{Credit approval} (in french) by Adrien Todeschini (Bordeaux).
#' \item \href{https://chavent.github.io/challenge-mmas/}{Spam filter} (in french) by Marie Chavent (Bordeaux).
#' }
#'
#' Please \href{https://adrtod.github.io}{contact me} to add yours.
#' Please \href{https://adrien.tspace.fr/}{contact me} to add yours.
"_PACKAGE"


Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ rchallenge
==========
<!-- badges: start -->
[![R-CMD-check](https://github.com/adrtod/rchallenge/workflows/R-CMD-check/badge.svg)](https://github.com/adrtod/rchallenge/actions)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/rchallenge)](https://cran.r-project.org/package=rchallenge)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/rchallenge)](https://www.r-pkg.org/pkg/rchallenge)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/rchallenge)](https://cran.r-project.org/package=rchallenge)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/rchallenge)](https://www.r-pkg.org/pkg/rchallenge)
[![GPLv2 License](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.html)
<!-- badges: end -->

The **rchallenge** R package provides a simple data science competition system using [R Markdown](http://rmarkdown.rstudio.com/)
The **rchallenge** R package provides a simple data science competition system using [R Markdown](https://rmarkdown.rstudio.com/)
and [Dropbox](https://www.dropbox.com/) with the following features:

- No network configuration required.
- Does not depend on external platforms like e.g. [Kaggle](https://www.kaggle.com/).
- Can be easily installed on a personal computer.
- Provides a customizable template in english and french.

Further documentation is available in the [Reference manual](reference/).
Further documentation is available in the [Reference manual](https://adrien.tspace.fr/rchallenge/reference/index.html).

Please report bugs, troubles or discussions on the [Issues](https://github.com/adrtod/rchallenge/issues) tracker. Any contribution to improve the package is welcome.

Expand Down Expand Up @@ -133,14 +133,14 @@ You can use the [Task Scheduler](https://www.windowscentral.com/how-create-autom
- version 1.16 of pandoc fails to fetch font awesome css, see <https://github.com/jgm/pandoc/issues/2737>.
## Examples
- [Credit approval](https://adrtod.github.io/challenge-mimse2014/) (in french) by Adrien Todeschini (Bordeaux).
- [Credit approval](https://adrien.tspace.fr/challenge-mimse2014/) (in french) by Adrien Todeschini (Bordeaux).
- [Spam filter](https://chavent.github.io/challenge-mmas/) (in french) by Marie Chavent (Bordeaux).
Please [contact me](https://adrtod.github.io/) to add yours.
Please [contact me](https://adrien.tspace.fr/) to add yours.
## Copyright
Copyright (C) 2014-2015 [Adrien Todeschini](https://adrtod.github.io/).
Copyright (C) 2014-2015 [Adrien Todeschini](https://adrien.tspace.fr/).
Contributions from [Robin Genuer](http://robin.genuer.fr/).
Expand Down
35 changes: 12 additions & 23 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

## Test environments

* Local, ubuntu 18.04.5: 4.0.4
* GitHub Actions, ubuntu-20.04: release, devel
* GitHub Actions, windows-latest: release
Expand All @@ -10,33 +11,21 @@
* win-builder: devel

## R CMD check results
There were no ERRORs or WARNINGs.

There was one NOTE:

NOTE
Maintainer: 'Adrien Todeschini <[email protected]>'

Found the following (possibly) invalid URLs:
URL: https://adrtod.github.io (moved to https://adrien.tspace.fr/)
From: man/rchallenge-package.Rd
Status: 200
Message: OK
URL: https://adrtod.github.io/challenge-mimse2014/ (moved to https://adrien.tspace.fr/challenge-mimse2014/)
From: man/rchallenge-package.Rd
Status: 200
Message: OK
URL: https://adrtod.github.io/rchallenge (moved to https://adrien.tspace.fr/rchallenge/)
From: DESCRIPTION
man/rchallenge-package.Rd
Status: 200
Message: OK

I keep https://adrtod.github.io domain nevertheless, because https://adrien.tspace.fr is subject to change, while https://adrtod.github.io is permanent.

0 errors | 0 warnings | 0 notes

## revdepcheck results

We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

## Resubmission

This is a resubmission. In this version I have:

* changed http --> https, added trailing slashes, or followed moved content as
appropriate.

* linked to files in the package or used fully specified URLs.
2 changes: 1 addition & 1 deletion inst/template/challenge_en.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,4 @@ print_readerr(read_err)
```

------------
Powered by [rchallenge](http://adrtod.github.io/rchallenge/).
Powered by [rchallenge](https://adrtod.github.io/rchallenge/).
2 changes: 1 addition & 1 deletion inst/template/challenge_fr.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,4 @@ print_readerr(read_err, col.names = colnames)
```

------------
Développé avec [rchallenge](http://adrtod.github.io/rchallenge/).
Développé avec [rchallenge](https://adrtod.github.io/rchallenge/).
7 changes: 4 additions & 3 deletions 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 5f48805

Please sign in to comment.