Skip to content

Commit

Permalink
Remove non-ASCII
Browse files Browse the repository at this point in the history
  • Loading branch information
kwstat committed Oct 28, 2024
1 parent b8ea560 commit 6fe71f1
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: agridat
Title: Agricultural Datasets
Version: 1.23
Version: 1.24
Authors@R:
person("Kevin", "Wright", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0617-8673"))
Expand Down
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# agridat 1.24 (unpublished)
# agridat 1.24 (2024-10-25)

## New datasets

Expand All @@ -11,13 +11,13 @@

## Other notes

* baker.strawberry.uniformity: inserted 3 columns into the field to more closely align with the experiment layout.
* baker.strawberry.uniformity: inserted 3 columns into the layout of the field to more closely align with the experiment layout.

* garber.multi.uniformity: The data has been reshaped to tall and additional years added.
* garber.multi.uniformity: The data has been reshaped from wide to tall and additional years added.

* minnesota.barley.yield: Added 10+ more years of data.

* odland.soyhay.uniformity: Yields have been divided by 10 so that the yield values are now tons instead of 0.1 tons.
* odland.soyhay.uniformity: Yields have been divided by 10 so that the yield values are now in units of "tons" instead of "0.1 tons".

* shafi.tomato.uniformity: Had incorrect yield scale, now divided by 1000.

Expand Down
22 changes: 18 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# agridat 1.24

## test environments and results

1. R 4.4.1 on Windows 11
2. WinBuilder R-Devel
3. Rhub linux

OK

## revdepcheck results

We checked 8 reverse dependencies (7 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

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


# agridat 1.23

* Removed suggested use of sf/terra packages in examples.
Expand All @@ -17,8 +35,6 @@ OK (Except usual random notes from Rhub)



# -----

# agridat 1.22

* Switched the package to MIT license.
Expand Down Expand Up @@ -46,8 +62,6 @@ Issues with CRAN packages are summarised below.
* spaMM (NA) # Note, this is a "Suggests" package.


# ----------

# agridat 1.21

This release fixes a minor problem identified by CRAN.
Expand Down
5 changes: 5 additions & 0 deletions data-raw/haritonenko.sugarbeet.uniformity.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# kharitonenko.sugarbeet.uniformity.R

Note: The name Haritonenko is sometimes translated into English as:
Pavel Kharitonenko. The original name in Russian is: Павел Иванович
Харитоненко .


libs(desplot,dplyr,kw,lattice,magrittr,readxl,readr,reshape2,tibble)

setwd("c:/drop/rpack/agridat/data-raw/")
Expand Down
8 changes: 8 additions & 0 deletions data-raw/tulaikow.wheat.uniformity.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# tulaikow.wheat.uniformity.R

Note: The Russian word “саж” refers to a unit of
measurement. Specifically, it represents the sazhen (саже́нь or
са́жень), which was used in traditional Russian systems of
measurement. The sazhen itself is approximately 3 meters (7 feet)
long. Google Translate sometimes converts "sazhen" into "soot",
"meter" or "fathom".


libs(desplot,dplyr,kw,lattice,magrittr,readxl,readr,reshape2,tibble)

setwd("c:/drop/rpack/agridat/data-raw/")
Expand Down
5 changes: 2 additions & 3 deletions man/haritonenko.sugarbeet.uniformity.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,14 @@
faden = 6 feet, but this does not match the total area 5.68 ha.

Note: The name Haritonenko is sometimes translated into English as:
Pavel Kharitonenko. The original name in Russian is: Павел Иванович
Харитоненко .
Pavel Kharitonenko.

The data were typed by K.Wright from Roemer (1920), table 4, p. 63.

}
\source{
Haritonenko, Pavlo.
Neue Präzisionsmethoden auf den Versuchsfeldern.
Neue Prazisionsmethoden auf den Versuchsfeldern.
Arbeiten der landw. Versuchsstation Iwanowskoje 1904-06, S. 159.
In Russian with German summary.
}
Expand Down
4 changes: 2 additions & 2 deletions man/jurowski.wheat.uniformity.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@

}
\source{
Sapěhin, A. A. (1927).
Beiträge zur Methodik des Feldversuches.
Sapehin, A. A. (1927).
Beitrage zur Methodik des Feldversuches.
Die Landwirtschaflichen Versuchsstationen, 105, 243-259.
https://www.google.com/books/edition/Die_Landwirthschaftlichen_Versuchs_Stati/cLZGAAAAYAAJ?hl=en&pg=PA243
}
Expand Down
6 changes: 3 additions & 3 deletions man/tulaikow.wheat.uniformity.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@

Field width: 15 columns * 1 sazhen.

Note: The Russian word “саж” refers to a unit of
measurement. Specifically, it represents the sazhen (саже́нь or
са́жень), which was used in traditional Russian systems of
Note: The Russian word (that looks like "cax" with a vertical line in
the "x") refers to a unit of
measurement. Specifically, it represents the sazhen, which was used in traditional Russian systems of
measurement. The sazhen itself is approximately 3 meters (7 feet)
long. Google Translate sometimes converts "sazhen" into "soot",
"meter" or "fathom".
Expand Down

0 comments on commit 6fe71f1

Please sign in to comment.