Skip to content

Commit

Permalink
After CRAN v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aravind-j committed Aug 20, 2023
1 parent 9680d84 commit 19a0118
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: augmentedRCBD
Title: Analysis of Augmented Randomised Complete Block Designs
Version: 0.1.7
Version: 0.1.7.9000
Authors@R: c(
person(given = "J.", family = "Aravind",
email = "j.aravind@icar.gov.in",
Expand Down
6 changes: 0 additions & 6 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ output: rmarkdown::github_document
always_allow_html: true
---

```{r, results='asis', echo=FALSE}
glue::glue('<script type="application/ld+json">
{glue::glue_collapse(readLines("inst/schemaorg.json"), sep = "\n")}
</script>')
```

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
Expand Down
17 changes: 15 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 0.1.7 - Third submission
# Version 0.1.7 - First submission

* Fixed the issue while reading CITATION file.

Expand All @@ -9,4 +9,17 @@
* macOS builder, R-release (R 4.3.0).

### R CMD check results
* There were no ERRORs, WARNINGs.
* There were no ERRORs, WARNINGs other than the following.

* Tests show the following invalid doi/url which is for an article hosted in JSTOR. The doi is working on multiple browsers and networks on my end. Kindly advise.
> Found the following (possibly) invalid URLs:
> URL: https://doi.org/10.2307/2527837
> From: README.md
> Status: 403
> Message: Forbidden
>
> Found the following (possibly) invalid DOIs:
> DOI: 10.2307/2527837
> From: DESCRIPTION
> Status: Forbidden
> Message: 403

0 comments on commit 19a0118

Please sign in to comment.