Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rpackages
IDF
Commits
65507354
Commit
65507354
authored
Jan 13, 2021
by
Jana Ulrich
Browse files
Merge branch 'covariates' of gitlab.met.fu-berlin.de:Rpackages/IDF into covariates
parents
7b78ee3a
e34403ab
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
121 additions
and
137 deletions
+121
-137
R/gevdfit.R
R/gevdfit.R
+91
-91
README.md
README.md
+0
-46
cran-comments.md
cran-comments.md
+30
-0
No files found.
R/gevdfit.R
View file @
65507354
README.md
deleted
100644 → 0
View file @
7b78ee3a
## Veröffentlichen von IDF 2.0.0 auf CRAN
package release: https://r-pkgs.org/release.html
#### Vorgehen beim Testen
```
bash
R CMD build IDF
R CMD check IDF_versionnr.tar.gz
```
erscheint der Fehler:
```
bash
LaTeX errors found:
!
LaTeX Error: File
`
inconsolata.sty
' not found.
```
Dann muss die Rd.sty-Datei geändert werden (bspw. so, Pfad ggf. anpassen):
```
bash
locate Rd.sty
cd
usr/share/R/share/texmf/tex/latex/
```
(Ausführen mit sudo-Rechten)
<br>
atom Rd.sty und dann true zu false ändern, sodass dort steht:
```
LaTeX
\DeclareOption
{
inconsolata
}{
\setboolean
{
Rd@use@inconsolata
}{
false
}}
```
**rhub (um auf anderen Betriebssystemen zu testen)**
<br>
Betriebssystembezeichnungen: https://cran.r-project.org/web/packages/rhub/vignettes/rhub.html
<br>
Test: https://builder.r-hub.io/status/IDF_2.0.0.tar.gz-7b03c6977f3f48b7904cfb884620aa6f (auf Debian)
#### Kommentarfile (for submitting)
Der File soll dann cran-comments.md heißen und wird mit abgegeben.
```
bash
## Test environments
*
ubuntu 18.04, R 3.6.3
## R CMD check results
There were no ERRORs, WARNINGs or NOTEs.
## Downstream dependencies
*
noch die importierten Pakete testen?
```
#### Formelsyntax
$G(x)=
\e
xp[-
\l
eft( 1+
\x
i(x/
\s
igma(d)-
\m
u_t)
\r
ight)^{-1/
\x
i}]$
cran-comments.md
0 → 100644
View file @
65507354
## Test environments
*
Ubuntu Linux 16.04 LTS, R-release, GCC
*
Fedora Linux, R-devel, clang, gfortran
*
Windows Server 2008 R2 SP1, R-devel, 32/64 bit
## R CMD check results
There were no ERRORs and WARNINGs.
There were 1 NOTE:
*
checking CRAN incoming feasibility ... NOTE
Maintainer: ‘Jana Ulrich
<jana.ulrich@fu-berlin.de>
’
New submission
Package was archived on CRAN
Possibly mis-spelled words in DESCRIPTION:
IDF (3:35, 11:44, 14:64)
Koutsoyannis (17:16)
Mailhot (13:21)
al (13:32, 17:32)
et (13:29, 17:29)
CRAN repository db overrides:
X-CRAN-Comment: Archived on 2020-03-13 as check problems were not
corrected in time.
## Reverse dependencies
This is a new release, so there are no reverse dependencies.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment