The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-05-04 05:51:46 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.42.2 | 14.16 | 155.15 | 169.31 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.42.2 | 10.79 | 114.88 | 125.67 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.42.2 | 25.00 | 247.81 | 272.81 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.42.2 | 24.00 | 236.43 | 260.43 | NOTE | |
| r-devel-windows-x86_64 | 1.42.2 | 18.00 | 173.00 | 191.00 | NOTE | |
| r-patched-linux-x86_64 | 1.42.2 | 15.13 | 143.63 | 158.76 | NOTE | |
| r-release-linux-x86_64 | 1.42.2 | 14.13 | 142.81 | 156.94 | NOTE | |
| r-release-macos-arm64 | 1.42.2 | 4.00 | 33.00 | 37.00 | NOTE | |
| r-release-macos-x86_64 | 1.42.2 | 11.00 | 112.00 | 123.00 | ERROR | |
| r-release-windows-x86_64 | 1.42.2 | 23.00 | 176.00 | 199.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.42.2 | ERROR | ||||
| r-oldrel-macos-x86_64 | 1.42.2 | 9.00 | 83.00 | 92.00 | ERROR | |
| r-oldrel-windows-x86_64 | 1.42.2 | 27.00 | 220.00 | 247.00 | NOTE |
Version: 1.42.2
Check: Rd files
Result: NOTE
checkRd: (-1) dkprofile.Rd:64: Lost braces
64 | \doi{10.3389/fphys.2017.00524}{Thiery et al. (2017)}
| ^
checkRd: (-1) dne.Rd:45: Lost braces
45 | \doi{10.1002/ajpa.21489}{Bunn et al. (2011)}
| ^
checkRd: (-1) dne.Rd:47: Lost braces
47 | \doi{10.1007/s10914-016-9326-0}{Pampush et al. (2016)}
| ^
checkRd: (-1) inclin.Rd:28: Lost braces
28 | \doi{10.1371/journal.pone.0066142}{Guy et al. (2013)}
| ^
checkRd: (-1) oedist.Rd:43: Lost braces
43 | \doi{10.1371/journal.pone.0066142}{Guy et al. (2013)}
| ^
checkRd: (-1) oedist.Rd:45: Lost braces
45 | \doi{10.1371/journal.pone.0138802}{Guy et al. (2015)}
| ^
checkRd: (-1) oedist.Rd:47: Lost braces
47 | \doi{10.3389/fphys.2017.00524}{Thiery et al. (2017)}
| ^
checkRd: (-1) oedist.Rd:49: Lost braces
49 | \doi{10.1098/rsbl.2019.0671}{Schwartz et al. (2020)}
| ^
checkRd: (-1) opc.Rd:36: Lost braces
36 | \doi{10.1038/nature05433}{Evans et al. (2007)}
| ^
checkRd: (-1) opcr.Rd:30: Lost braces
30 | \doi{10.1038/nature10880}{Wilson et al. (2012)}
| ^
checkRd: (-1) rfi.Rd:34: Lost braces
34 | \doi{10.1016/j.jhevol.2008.08.002}{Boyer (2008)}
| ^
checkRd: (-1) rfi.Rd:35: Lost braces
35 | \doi{10.1371/journal.pone.0066142}{Guy et al. (2013)}
| ^
checkRd: (-1) rrate.Rd:34: Lost braces
34 | \doi{10.1002/ajpa.23916}{Thiery et al. (2019)}
| ^
checkRd: (-1) shape.index.Rd:44: Lost braces
44 | \doi{10.1029/TR013i001p00350}{Horton (1932)}
| ^
checkRd: (-1) shape.index.Rd:46: Lost braces
46 | \doi{10.1130/0016-7606(1956)67[597:EODSAS]2.0.CO;2}{Schumm (1956)}
| ^
checkRd: (-1) shape.index.Rd:48: Lost braces
48 | \doi{10.2475/ajs.255.2.138}{Chorley et al. (1957)}
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.42.2
Check: examples
Result: ERROR
Running examples in ‘doolkit-Ex.R’ failed
The error most likely occurred in:
> ### Name: dkcrop
> ### Title: crop a mesh
> ### Aliases: dkcrop
>
> ### ** Examples
>
> #Crop above a certain threshold:
> mythreshold <- quantile(elev(dkmodel$basin), 0.5)
> mypolynetwork <- poly.network(dkmodel$basin, elev(dkmodel$basin),
+ lwr.limit = mythreshold)
> mynewmesh <- dkcrop(dkmodel$basin, mypolynetwork)
> dkmap(mynewmesh, elev(mynewmesh))
>
> #Crop the sharpest dental elements:
> sharpmesh <- dkcrop(dkmodel$basin, poly.network(dkmodel$basin,
+ Rvcg::vcgCurve(dkmodel$basin)$meanitmax,
+ lwr.limit = quantile(Rvcg::vcgCurve(dkmodel$basin)$meanitmax, 0.8),
+ min.size = 50))
> dkmap(sharpmesh, arc(sharpmesh), col = "arc", col.levels = 20,
+ min.range = -20, max.range = 20)
> #Map of the sharpest elements' elevation, slope and orientation;
> dkmap(sharpmesh, elev(sharpmesh), col = "elev")
Flavor: r-release-macos-x86_64
Version: 1.42.2
Check: examples
Result: ERROR
Running examples in ‘doolkit-Ex.R’ failed
The error most likely occurred in:
> ### Name: dkcrop
> ### Title: crop a mesh
> ### Aliases: dkcrop
>
> ### ** Examples
>
> #Crop above a certain threshold:
> mythreshold <- quantile(elev(dkmodel$basin), 0.5)
> mypolynetwork <- poly.network(dkmodel$basin, elev(dkmodel$basin),
+ lwr.limit = mythreshold)
> mynewmesh <- dkcrop(dkmodel$basin, mypolynetwork)
> dkmap(mynewmesh, elev(mynewmesh))
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.