proj4esrileaflet.jss proj4def 怎么获得

Proj4js by proj4js
JavaScript library to transform coordinates from one coordinate system to another, including datum transformations
Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.
Originally a port of
a part of the
group of projects.
Installing
Depending on your preferences
npm install proj4
bower install proj4
jam install proj4
component install proj4js/proj4js
or just manually grab the file proj4.js from the 's dist/ folder.
if you do not want to download anything, Proj4js is also hosted on
for direct use in your browser applications.
the basic signature is:
proj4(fromProjection[, toProjection, coordinates])
Projections can be proj or wkt strings.
Coordinates may an object of the form {x:x,y:y} or an array of the form [x,y].
When all 3 arguments
are given, the result is that the coordinates are transformed from projection1 to projection 2. And returned in the same format that they were given in.
var firstProjection = 'PROJCS["NAD83 / Massachusetts Mainland",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS 7,298.,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","6269"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.94328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4269"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["standard_parallel_1",42.33],PARAMETER["standard_parallel_2",41.67],PARAMETER["latitude_of_origin",41],PARAMETER["central_meridian",-71.5],PARAMETER["false_easting",200000],PARAMETER["false_northing",750000],AUTHORITY["EPSG","26986"],AXIS["X",EAST],AXIS["Y",NORTH]]';
var secondProjection = "+proj=gnom +lat_0=90 +lon_0=0 +x_0=6300000 +y_0=6300000 +ellps=WGS84 +datum=WGS84 +units=m +no_defs";
//I'm not going to redefine those two in latter examples.
proj4(firstProjection,secondProjection,[2,5]);
If only 1 projection is given then it is assumed that it is being projected from WGS84 (fromProjection is WGS84).
proj4(firstProjection,[-71,41]);
If no coordinates are given an object with two methods is returned, its methods are forward which projects from the first projection to the second and inverse which projects from the second to the first.
proj4(firstProjection,secondProjection).forward([2,5]);
proj4(secondProjection,firstProjection).inverse([2,5]);
and as above if only one projection is given, it's assumed to be coming from wgs84
proj4(firstProjection).forward([-71,41]);
proj4(firstProjection).inverse([, 90043]);
//[-71, 40.86]
//the floating points to answer your question
Named Projections
If you prefer to define a projection as a string and reference it that way, you may use the proj4.defs method which can be called 2 ways, with a name and projection:
proj4.defs('WGS84', "+title=WGS 84 (long/lat) +proj=longlat +ellps=WGS84 +datum=WGS84 +units=degrees");
or with an array
proj4.defs([
'EPSG:4326',
'+title=WGS 84 (long/lat) +proj=longlat +ellps=WGS84 +datum=WGS84 +units=degrees'],
'EPSG:4269',
'+title=NAD83 (long/lat) +proj=longlat +a= +b=14036 +ellps=GRS80 +datum=NAD83 +units=degrees'
you can then do
proj4('EPSG:4326');
instead of writing out the whole proj definition, by default proj4 has the following projections predefined:
'EPSG:4326', which has the following alias
'EPSG:4269'
'EPSG:3857', which has the following aliases
'EPSG:3785'
'EPSG:900913'
'EPSG:102113'
defined projections can also be accessed through the proj4.defs function (proj4.defs('EPSG:4326')).
proj4.defs can also be used to define a named alias:
proj4.defs('urn:x-ogc:def:crs:EPSG:4326', proj4.defs('EPSG:4326'));
Developing
to set up build tools make sure you have node and grunt-cli installed and then run npm install
to do the complete build and browser tests run
node_modules/.bin/grunt
to run node tests run
to run node tests with coverage run
npm test --coverage
to create a build with only default projections (latlon and Mercator) run
node_modules/.bin/grunt build
to create a build with only custom projections include a comma separated list of projections codes (the file name in 'lib/projections' without the '.js') after a colon, e.g.
node_modules/.bin/grunt build:tmerc
#includes transverse Mercator
node_modules/.bin/grunt build:lcc
#includes lambert conformal conic
node_modules/.bin/grunt build:omerc,moll
#includes oblique Mercator and Mollweide
Proj4js is maintained by
This page was generated by . Tactile theme by .packages version status insttime checktime
A3 1.0.0 OK 4 32
ABCanalysis 1.1.0 ERROR 3 8
ABCoptim 0.13.11 OK 6 20
ABCp2 1.2 OK 5 21
ABHgenotypeR 1.0.1 OK 6 37
ACCLMA 1.0 OK 4 20
ACD 1.5.3 OK 5 47
ACDm 1.0.3 OK 30 94
ACEt 1.4 OK 206 54
ACNE 0.8.1 OK 11 52
ACSNMineR 0.16.01.29 OK 7 35
ACSWR 1.0 OK 12 29
ACTCD 1.0-0 OK 16 47
ADDT 1.0 OK 5 31
ADGofTest 0.3 OK 4 18
ADM3 1.3 OK 12 24
ADMMnet 0.1 OK 58 99
ADPclust 0.6.5 OK 10 47
AEDForecasting 0.10.0 OK 4 21
AER 1.2-4 OK 21 239
AF 0.1.2 OK 6 32
AFLPsim 0.4-2 OK 21 97
AFM 1.1.0 OK 17 85
AGD 0.35 OK 6 30
AGSDest 2.3 OK 12 78
AHR 1.3 OK 35 47
AICcmodavg 2.0-4 OK 22 180
AID 1.5 OK 3 28
AIM 1.01 OK 4 69
ALDqr 0.5 OK 4 21
ALKr 0.5.3.1 OK 75 46
ALS 0.0.6 OK 4 23
ALSCPC 1.0 OK 3 17
ALTopt 0.1.1 OK 4 27
AMAP.Seq 1.0 OK 5 28
AMCP 0.0.1 OK 8 16
AMGET 1.0 OK 4 23
AMOEBA 1.1 OK 11 56
AMORE 0.2-15 OK 21 24
ANOM 0.4.3 OK 10 45
APSIM 0.8.3 OK 12 54
APSIMBatch 0.1.0.2374 OK 4 17
AR1seg 1.0 OK 3 24
ARPobservation 1.1 OK 5 34
ART 1.0 OK 12 59
ARTIVA 1.2.3 OK 5 34
ARTP 2.0.4 OK 12 71
ARTP2 0.9.22 OK 33 64
ARTool 0.10.0 OK 16 88
ASMap 0.4-5 OK 46 123
ASPBay 1.2 OK 50 108
ATE 0.2.0 OK 4 25
ATmet 1.2 OK 10 62
AUC 0.3.0 OK 4 18
AUCRF 1.1 OK 4 38
AbsFilterGSEA 0.1 OK 50 50
AcceptanceSampling 1.0-4 OK 4 30
Actigraphy 1.3.2 OK 10 71
ActuDistns 3.0 OK 8 57
AdMit 2.0.1 OK 12 55
AdapEnetClass 1.2 OK 15 77
AdaptFit 0.2-2 OK 4 49
AdaptFitOS 0.62 OK 18 90
AdaptGauss 1.1.0 OK 5 30
AdaptiveSparsity 1.4 OK 35 32
AdequacyModel 1.0.8 OK 4 22
AggregateR 0.0.2 OK 3 19
Agreement 0.8-1 OK 5 33
Ake 1.0 OK 4 25
AlgDesign 1.1-7.3 OK 18 36
AlgebraicHaploPackage 1.2 OK 4 22
AllPossibleSpellings 1.1 OK 3 27
AlleleRetain 1.3.1 OK 4 30
Amelia 1.7.4 OK 58 131
AmericanCallOpt 0.95 OK 4 20
AmpliconDuo 1.1 OK 7 63
AnDE 1.0 OK 5 26
AnalyzeFMRI 1.1-16 OK 49 115
AnalyzeTS 1.7 OK 12 71
AncestryMapper 1.2 OK 7 28
AnglerCreelSurveySimulation 0.2.1 OK 4 20
AnnotLists 1.2 OK 5 21
AntWeb 0.7 OK 5 26
AnthropMMD 0.9.9 OK 8 24
Anthropometry 1.7 OK 15 126
ApacheLogProcessor 0.1.5 OK 3 32
AppliedPredictiveModeling 1.1-6 OK 6 29
AquaEnv 1.0-3 OK 6 44
ArArRedux 0.2 OK 8 47
ArDec 2.0 OK 6 19
ArfimaMLM 1.3 OK 14 79
ArgumentCheck 0.10.0 OK 4 30
ArrayBin 0.2 OK 9 38
AsioHeaders 1.11.0-1 OK 16 11
AssetPricing 1.0-0 OK 4 35
AssocTests 0.0-3 OK 9 68
AssotesteR 0.1-10 OK 11 37
AsynchLong 2.0 OK 4 37
AtelieR 0.24 OK 11 51
AtmRay 1.31 OK 10 27
AutoModel 0.4.9 OK 4 32
AutoSEARCH 1.5 OK 5 29
AutoregressionMDE 1.0 OK 3 23
AzureML 0.2.10 OK 7 36
B2Z 1.4 OK 5 45
BACA 1.3 OK 32 183
BACCO 2.0-9 OK 4 26
BACprior 2.0 OK 4 39
BAEssd 1.0.1 OK 5 34
BAMMtools 2.1.0 OK 15 195
BANFF 1.0 OK 14 112
BANOVA 0.2 OK 6 104
BAS 1.0.9 OK 82 38
BASIX 1.1 OK 16 24
BAT 1.4.0 OK 13 78
BAYSTAR 0.2-9 OK 4 31
BBEST 0.1-5 OK 10 38
BBMM 3.0 OK 3 28
BBRecapture 0.1 OK 18 77
BBmisc 1.9 OK 20 49
BCA 0.9-3 OK 41 79
BCBCSF 1.0-1 OK 9 63
BCDating 0.9.7 OK 4 25
BCE 2.1 OK 11 96
BCEA 2.2-2 OK 6 59
BCEE 1.1 OK 8 46
BCEs0 1.1-1 OK 3 24
BCRA 1.0 OK 4 21
BDWreg 1.0.0 OK 4 38
BDgraph 2.26 OK 52 103
BEANSP 1.0 OK 12 26
BEDASSLE 1.5 OK 6 42
BEDMatrix 1.1.0 OK 40 45
BEQI2 2.0-0 OK 6 62
BEST 0.4.0 OK 4 69
BGLR 1.0.4 OK 11 42
BGPhazard 1.2.3 OK 5 35
BGSIMD 1.0 OK 3 17
BH 1.60.0-1 OK 289 19
BIFIEsurvey 1.8-0 OK 96 206
BIGDAWG 1.2.6 OK 10 39
BIOM.utils 0.9 OK 4 32
BIOdry 0.3 OK 6 35
BIPOD 0.2.1 OK 100 48
BLCOP 0.3.1 OK 18 72
BLR 1.4 OK 8 25
BMA 3.18.6 OK 14 81
BMN 1.02 OK 33 32
BMRV 1.31 OK 58 60
BMS 0.3.4 OK 7 217
BMhyd 1.2-8 OK 28 90
BNDataGenerator 1.0 OK 4 22
BNPTSclust 1.1 OK 5 35
BNPdensity 2015.5 OK 5 22
BNSP 1.1.0 OK 22 37
BOG 2.0 OK 4 38
BOIN 2.0 OK 4 33
BRugs 0.8-6 WARNING 5 132
BSDA 1.01 OK 19 95
BSGS 2.0 OK 5 26
BSGW 0.9.1 OK 3 80
BSSasymp 1.1-2 OK 10 46
BSagri 0.1-8 OK 12 59
BSquare 1.1 OK 26 126
BTLLasso 0.1-2 OK 65 102
BTYD 2.4 OK 13 198
BVS 4.12.1 OK 17 77
BaBooN 0.2-0 OK 36 70
BaM 0.99 OK 12 32
BaSTA 1.9.4 OK 4 49
BacArena 1.0.1 OK 72 578
Bagidis 1.0 OK 4 24
BalancedSampling 1.5.1 OK 131 46
Barnard 1.6 OK 9 21
BatchExperiments 1.4.1 OK 9 100
BatchJobs 1.6 OK 14 141
BayClone2 1.1 ERROR 2 4
BayHap 1.0.1 OK 10 53
BayHaz 0.1-3 OK 5 31
BaySIC 1.0 OK 7 48
BayesBD 0.1 OK 6 21
BayesBridge 0.6 OK 36 34
BayesCR 2.0 OK 5 37
BayesComm 0.1-2 OK 66 47
BayesFactor 0.9.12-2 OK 348 254
BayesGESM 1.4 OK 5 40
BayesLCA 1.7 OK 8 53
BayesLogit 0.5.1 OK 39 39
BayesMAMS 0.1 OK 3 36
BayesMed 1.0.1 OK 17 107
BayesMixSurv 0.9 OK 4 48
BayesNI 0.1 OK 4 18
BayesSAE 1.0-1 OK 13 54
BayesSingleSub 0.6.2 OK 15 47
BayesSummaryStatLM 1.0-1 OK 4 43
BayesTree 0.3-1.2 ERROR 2 4
BayesValidate 0.0 OK 3 18
BayesVarSel 1.6.1 OK 28 41
BayesX 0.2-9 OK 10 42
BayesXsrc 2.1-2 WARNING 1865 74
BayesianAnimalTracker 1.2 OK 6 43
Bayesianbetareg 1.2 OK 6 65
Bayesthresh 2.0.1 OK 25 78
BaylorEdPsych 0.5 OK 4 21
BcDiag 1.0.10 OK 7 67
Bchron 4.1.2 OK 11 171
Bclim 2.3.1 OK 13 30
Benchmarking 0.26 OK 5 45
BenfordTests 1.2.0 OK 9 27
Bergm 3.0.1 OK 9 101
BerlinData 1.0.1 OK 4 36
Bessel 0.5-5 OK 16 113
Bhat 0.9-10 OK 3 24
BiDimRegression 1.0.6 OK 4 20
BiSEp 2.0.1 OK 16 139
BiTrinA 1.1 WARNING 13 42
BiasedUrn 1.07 OK 25 25
BigTSP 1.0 OK 9 63
BinNonNor 1.2 OK 10 57
BinNor 2.0 OK 9 64
BinOrdNonNor 1.0 OK 12 62
Binarize 1.1 WARNING 17 41
BinaryEMVS 0.1 OK 3 27
BinaryEPPM 1.0 OK 9 70
BioFTF 1.0-0 OK 4 21
BioGeoBEARS 0.2.1 OK 51 147
BioMark 0.4.5 OK 12 66
BioPhysConnectoR 1.6-10 OK 9 40
BioStatR 2.0.0 OK 6 33
Biocomb 0.2 OK 87 170
Biodem 0.4 OK 4 23
BiodiversityR 2.6-1 OK 43 122
BiplotGUI 0.0-7 OK 21 68
BivarP 1.0 OK 12 60
BlakerCI 1.0-5 OK 3 18
BlandAltmanLeh 0.3.1 OK 5 24
Blaunet 2.0.1 OK 4 38
BlockMessage 1.0 OK 3 16
Blossom 1.3 OK 101 50
Bmix 0.6 OK 30 29
BoSSA 1.2 OK 4 24
Bolstad 0.2-25 OK 4 28
Bolstad2 1.0-28 OK 4 30
BonEV 1.0 ERROR 2 4
BoolNet 2.1.1 OK 55 231
Boom 0.2 OK 3974 31
BoomSpikeSlab 0.5.2 OK 46 108
BootPR 0.60 OK 3 31
Boruta 5.0.0 OK 3 32
BradleyTerry2 1.0-6 OK 15 100
BrailleR 0.22.0 OK 11 65
Brobdingnag 1.2-4 OK 6 37
BurStFin 1.02 OK 3 21
BurStMisc 1.00 OK 3 19
C50 0.1.0-24 OK 75 50
CADFtest 0.3-2 OK 15 79
CALF 0.1.1 OK 3 18
CALIBERrfimpute 0.1-6 OK 5 115
CAM 1.0 OK 11 55
CAMAN 0.73 OK 31 67
CANSIM2R 0.11 OK 6 54
CARBayes 4.4 OK 48 130
CARBayesST 2.1 OK 47 96
CARBayesdata 1.0 OK 4 18
CARE1 1.1.0 OK 3 34
CARLIT 1.0 OK 4 16
CAvariants 3.1 OK 5 27
CBPS 0.10 OK 6 32
CCA 1.2 OK 12 59
CCAGFA 1.0.8 OK 3 18
CCM 1.1 OK 3 17
CCMnet 0.0-3 OK 42 96
CCP 1.1 OK 3 25
CCTpack 1.4 OK 6 46
CCpop 1.0 OK 3 24
CDFt 1.0.1 OK 3 17
CDLasso 1.1 OK 9 68
CDM 4.7-0 OK 140 135
CDVine 1.4 OK 24 58
CEC 0.9.3 OK 26 33
CEGO 2.0.0 OK 13 32
CEoptim 1.1 OK 10 50
CFC 1.0.1 OK 48 56
CGP 2.0-2 OK 3 31
CHAT 1.1 OK 7 43
CHCN 1.5 OK 6 24
CHNOSZ 1.0.7 OK 20 455
CHsharp 0.4 OK 9 34
CIDnetworks 0.8.1 OK 49 104
CIFsmry 1.0.1 OK 16 28
CINID 1.2 OK 3 20
CINOEDV 2.0 OK 9 65
CLME 2.0-4 OK 18 80
CLSOCP 1.0 OK 8 64
CMC 1.0 OK 4 18
CMF 1.0 OK 38 43
CMPControl 1.0 OK 4 31
CMplot 3.0.3 OK 4 22
CNOGpro 1.1 OK 5 49
CNVassoc 2.1 OK 42 108
CNVassocData 1.0 OK 6 14
CNprep 2.0 OK 5 35
COBRA 0.99.4 OK 8 48
COMBIA 1.0-4 OK 10 80
COMMUNAL 1.1.0 OK 10 77
COMPoissonReg 0.3.5 OK 6 26
COPASutils 0.1.6 WARNING 12 88
CORE 3.0 OK 6 26
CORElearn 1.47.1 OK 161 54
CORM 1.0.2 OK 5 39
COSINE 2.1 OK 11 29
COUNT 1.3.2 OK 7 50
CP 1.5 OK 10 29
CPE 1.4.4 ERROR 10 8
CPHshape 1.0.1 OK 6 22
CPMCGLM 1.1 OK 4 30
CR 1.0 OK 6 50
CRAC 1.0 OK 6 16
CRF 0.3-8 OK 69 312
CRM 1.1.1 OK 13 58
CRTSize 1.0 OK 6 25
CRTgeeDR 1.1 OK 12 60
CTT 2.1 OK 6 21
CTTShiny 0.1 OK 12 50
CUB 0.0 OK 11 42
CUMP 1.0 OK 5 18
CUSUMdesign 1.1.1 OK 12 21
CVST 0.2-1 OK 11 76
CVThresh 1.1.1 OK 5 35
CVTuningCov 1.0 OK 2 22
CVcalibration 1.0-1 OK 3 18
CaDENCE 1.2.3 OK 5 52
Cairo 1.5-9 OK 41 27
Canopy 1.0.0 OK 13 84
CarletonStats 1.2 OK 3 24
CatDyn 1.1-0 OK 7 133
CateSelection 1.0 OK 3 35
CausalFX 1.0.1 ERROR 6 43
CausalGAM 0.1-3 OK 5 30
CePa 0.5 OK 9 57
CellularAutomaton 1.1-1 OK 3 38
CensMixReg 0.7 OK 3 24
CensRegMod 1.0 OK 3 22
CepLDA 1.0.0 OK 4 32
CerioliOutlierDetection 1.0.8 OK 4 20
CfEstimateQuantiles 1.0 OK 3 18
ChainLadder 0.2.2 OK 25 203
ChannelAttribution 1.5 OK 37 40
ChannelAttributionApp 1.1 OK 9 50
ChargeTransport 1.0.2 OK 10 41
CheckDigit 0.1-1 OK 3 20
ChemoSpec 4.2.8 OK 12 72
ChemometricsWithR 0.1.9 OK 4 29
ChemometricsWithRData 0.1.3 OK 10 22
ChoiceModelR 1.2 OK 4 26
CircE 1.1 OK 4 41
CircNNTSR 2.1 OK 7 59
CircOutlier 3.2.3 OK 6 27
CircStats 0.2-4 OK 7 29
CityPlot 2.0 OK 4 18
Ckmeans.1d.dp 3.3.1 OK 17 34
ClamR 2.1-1 OK 4 22
ClickClust 1.1.4 OK 17 42
ClimClass 2.0.1 OK 10 40
ClueR 1.1 OK 4 41
ClustGeo 1.0 OK 12 63
ClustMMDD 1.0.3 OK 57 84
ClustOfVar 0.8 OK 5 33
ClustVarLV 1.4.1 OK 47 69
ClusterStability 1.0.3 OK 46 94
CoClust 0.3-1 OK 11 59
CoImp 0.2-3 OK 11 64
CoinMinD 1.1 OK 5 29
CollocInfer 1.0.2 OK 18 77
ColorPalette 1.0-1 OK 4 17
ComICS 1.0.2 OK 4 29
CombMSC 1.4.2 OK 5 30
CombinS 1.1 OK 3 19
Combine 1.0 OK 5 30
CombinePValue 1.0 OK 3 16
CommonJavaJars 1.0-5 OK 6 24
CommonTrend 0.7-1 OK 5 28
CommunityCorrelogram 1.0 OK 9 68
Comp2ROC 1.1 OK 5 34
CompGLM 1.0 OK 33 80
CompLognormal 3.0 OK 4 18
CompQuadForm 1.4.1 OK 11 20
CompR 1.0 OK 6 36
CompRandFld 1.0.3-4 OK 34 80
CompareCausalNetworks 0.1.4 OK 9 68
CompareTests 1.1 OK 3 18
Compind 1.1 OK 7 52
ComplexAnalysis 1.0 OK 3 24
Compositional 1.1 OK 15 97
Compounding 1.0.2 OK 5 39
ConConPiWiFun 0.4.6 OK 52 74
ConSpline 1.1 OK 3 31
Conake 1.0 OK 3 18
CondReg 0.20 OK 3 19
ConjointChecks 0.0.9 OK 4 30
ConnMatTools 0.1.5 OK 4 36
ConsRank 1.0.2 OK 6 41
ContaminatedMixt 1.0 OK 5 35
ConvCalendar 1.2 OK 8 48
ConvergenceConcepts 1.1 OK 6 42
Copula.Markov 1.0 OK 3 52
CopulaDTA 0.0.2 OK 7 33
CopulaREMADA 0.9 OK 6 50
CopulaRegression 0.1-5 OK 14 65
CopyDetect 1.1 OK 12 83
CopyNumber450kCancer 1.0.4 OK 3 41
CorReg 1.1.1 OK 489 93
CorrBin 1.5 OK 12 121
CorrMixed 0.1-12 OK 4 38
Correlplot 1.0-2 OK 6 34
CosmoPhotoz 0.1 OK 19 60
CountsEPPM 2.0 OK 9 67
CovSel 1.2.1 OK 4 32
CoxBoost 1.4 OK 14 89
CoxPlus 1.1.1 OK 71 48
CoxRidge 0.9.2 OK 5 33
Coxnet 0.2 OK 66 94
CpGFilter 1.0 OK 4 47
CpGassoc 2.55 OK 5 60
Cprob 1.2.4 OK 6 55
CreditMetrics 0.0-2 OK 3 21
Crossover 0.1-15 OK 66 208
CryptRndTest 1.2.1 OK 11 47
CrypticIBDcheck 0.3-1 OK 24 101
Cubist 0.0.18 OK 52 115
D2C 1.2.1 OK 17 266
D3M 0.41 OK 37 44
DAAG 1.22 OK 19 82
DAAGbio 0.62 OK 6 42
DAAGxtras 0.8-4 OK 5 22
DAGGER 1.4 OK 9 62
DAISIE 1.0.2 OK 5 44
DAKS 2.1-2 OK 7 69
DALY 1.4.0 OK 13 42
DAMOCLES 1.1 OK 13 83
DAMisc 1.3 OK 15 90
DATforDCEMRI 0.55 OK 9 32
DBGSA 1.2 OK 4 21
DBI 0.3.1 OK 7 30
DBKGrad 1.6 OK 15 70
DCGL 2.1.2 OK 7 66
DCL 0.1.0 OK 6 64
DCchoice 0.0.13-3 OK 12 57
DCluster 0.2-7 OK 18 93
DDD 3.2 OK 16 78
DDHFm 1.1.1 OK 8 41
DDIwR 0.2-0 OK 5 27
DDRTree 0.1.3 OK 112 94
DECIDE 1.2 OK 3 21
DEEPR 0.1 OK 3 18
DEMEtics 0.8-7 OK 4 24
DESP 0.1-6 OK 208 80
DESnowball 1.0 OK 4 22
DEoptim 2.2-3 OK 14 32
DEoptimR 1.0-4 OK 4 27
DFIT 1.0-2 OK 7 36
DIFboost 0.1 OK 8 62
DIFlasso 1.0-1 OK 6 30
DIFtree 2.0.1 OK 4 34
DIME 1.2 OK 9 50
DIRECT 1.0 OK 10 27
DJL 2.0 OK 14 88
DLMtool 2.1.1 OK 11 61
DMR 2.0 OK 4 22
DMwR 0.4.1 OK 14 49
DNAprofiles 0.3.1 OK 256 89
DNAtools 0.1-21 OK 78 92
DNMF 1.3 OK 10 65
DOBAD 1.0.4 OK 7 42
DOvalidation 0.1.0 OK 4 27
DPpackage 1.1-6 OK 283 176
DRIP 1.1 OK 37 70
DRaWR 1.0.1 OK 10 66
DSBayes 1.1 OK 5 20
DSL 0.1-6 OK 9 32
DSpat 0.1.6 OK 15 80
DSsim 1.0.4 OK 15 70
DStree 1.0 OK 88 123
DSviaDRM 1.0 OK 6 44
DT 0.1 OK 6 25
DTComPair 1.0.3 OK 4 33
DTDA 2.1-1 OK 4 42
DTK 3.5 OK 3 17
DTMCPack 0.1-2 OK 4 17
DTR 1.7 OK 7 41
DTRlearn 1.2 OK 15 85
DVHmetrics 0.3.4 OK 9 84
DWreg 1.0 OK 11 70
DYM 0.2 OK 4 22
Daim 1.1.0 ERROR 14 7
DandEFA 1.5 OK 4 33
Dark 0.9.4 OK 4 47
DatABEL 0.9-6 OK 69 39
DataCombine 0.2.18 OK 7 33
DataLoader 1.3 OK 8 53
Davies 1.1-8 OK 3 26
DecisionCurve 1.1 OK 17 80
Deducer 0.7-9 OK 28 122
DeducerExtras 1.7 OK 21 90
DeducerPlugInExample 0.2-0 OK 20 69
DeducerPlugInScaling 0.1-0 OK 21 91
DeducerSpatial 0.7 OK 34 135
DeducerSurvival 0.1-0 OK 20 67
DeducerText 0.1-2 OK 21 91
Delaporte 2.2-3 OK 38 64
Demerelate 0.8-1 OK 11 69
DendSer 1.0.1 OK 13 37
Density.T.HoldOut 2.00 OK 3 21
DepthProc 1.0.7 OK 257 89
Deriv 3.6.1 OK 4 34
DescTools 0.99.15 OK 107 271
DescribeDisplay 0.2.5 OK 7 38
DetMCD 0.0.3 OK 47 32
DetSel 1.0.2 OK 11 37
Devore7 0.7.6 OK 36 62
DiagTest3Grp 1.6 OK 15 78
DiagrammeR 0.8.2 OK 14 347
DiagrammeRsvg 0.1 OK 7 25
DiceDesign 1.7 OK 11 65
DiceEval 1.4 OK 5 27
DiceKriging 1.5.5 OK 11 72
DiceOptim 1.5 OK 7 47
DiceView 1.3-1 OK 5 72
DiffCorr 0.4.1 OK 10 70
DiffusionRgqd 0.1.2 OK 51 229
DiffusionRjgqd 0.1.0 OK 51 175
Digiroo2 0.6 OK 15 77
Directional 1.7.5 OK 7 47
DirichletReg 0.6-3 OK 15 87
Disake 1.5 OK 3 27
DiscML 1.0.1 OK 3 29
DiscreteInverseWeibull 1.0.1 OK 4 22
DiscreteLaplace 1.1 OK 4 20
DiscreteWeibull 1.1 OK 3 28
DiscriMiner 0.1-29 OK 5 28
Distance 0.9.4 OK 10 76
DistatisR 1.0 OK 14 62
DistributionUtils 0.5-1 OK 9 99
DivE 1.0 OK 8 49
DivMelt 1.0.3 OK 11 59
DiversitySampler 2.1 OK 3 17
DnE 2.1.0 OK 4 21
DoE.base 0.27-1 OK 11 74
DoE.wrapper 0.8-10 OK 9 66
Dodge 0.8 OK 3 19
Dominance 1.0.0 OK 6 68
DoseFinding 0.9-14 OK 14 104
DoubleCone 1.0 OK 10 83
DoubleExpSeq 1.1 OK 3 31
DrugClust 0.1 OK 3 29
DunnettTests 2.0 OK 3 52
DynClust 3.13 OK 4 20
DynNom 2.0 OK 7 31
DynTxRegime 2.1 OK 9 61
DynamicDistribution 1.1 OK 3 47
EBEN 4.6 OK 21 36
EBMAforecast 0.52 OK 55 63
EBS 3.0 OK 45 187
EBglmnet 4.1 OK 33 117
ECOSolveR 0.2 OK 64 93
ECctmc 0.1.0 OK 55 47
EDFIR 1.0 OK 4 31
EDISON 1.1 OK 7 63
EDR 0.6-5.1 OK 9 40
EEM 1.0.4 OK 7 48
EFDR 0.1.1 OK 15 80
EGRET 2.3.1 OK 17 211
EGRETci 1.0.0 OK 15 62
EIAdata 0.0.3 OK 5 28
EILA 0.1-2 OK 11 65
EL 1.0 OK 10 126
ELMR 1.0 OK 4 18
ELT 1.4 OK 13 80
ELYP 0.7-3 OK 10 38
EMA 1.4.4 WARNING 28 128
EMC 1.3 OK 13 32
EMCC 1.2 ERROR 2 4
EMCluster 0.2-5 OK 102 80
EMD 1.5.7 OK 13 108
EMMAgeo 0.9.1 OK 4 52
EMMIXcontrasts 1.0.0 OK 36 25
EMMIXskew 1.0.1 OK 35 47
EMMIXuskew 0.11-6 OK 14 52
EMMREML 3.1 OK 8 65
EMP 2.0.1 OK 3 25
EMT 1.1 OK 3 23
EMVC 0.1 OK 3 23
EMbC 1.9.3 OK 15 179
ENMeval 0.2.1 OK 13 71
ENiRG 0.1 OK 15 77
ENmisc 1.2-7 OK 8 44
EPGLM 1.1.1 OK 52 42
EQL 1.0-0 OK 5 32
ERP 1.1 OK 4 32
ES 1.0 OK 4 26
ESEA 1.0 OK 11 267
ESG 0.1 OK 7 35
ESGtoolkit 0.1 OK 43 65
ESKNN 1.0 OK 17 67
ETAS 0.2 OK 13 31
ETC 1.3 OK 4 22
ETLUtils 1.3 OK 5 23
EW 1.1 OK 4 20
EWGoF 2.1 OK 133 84
EasyABC 1.5 OK 19 108
EasyHTMLReport 0.1.1 OK 4 22
EasyMARK 1.0 OK 6 35
EasyStrata 8.6 OK 8 53
EbayesThresh 1.3.2 OK 5 23
Ecdat 0.2-9 OK 19 41
Ecfun 0.1-6 OK 11 81
EcoGenetics 1.2.0-2 OK 25 93
EcoHydRology 0.4.12 OK 9 45
EcoSimR 0.1.0 OK 7 39
EcoTroph 1.6 OK 6 47
EcoVirtual 0.1 OK 5 28
EditImputeCont 1.0.1 OK 266 80
EffectLiteR 0.4-1 OK 5 36
EffectStars 1.5 OK 6 82
EffectTreat 0.2 OK 4 30
EffectsRelBaseline 0.5 OK 3 26
ElemStatLearn
EloChoice 0.29 OK 50 78
EloRating 0.43 OK 5 36
ElstonStewart 1.1 OK 10 104
EmpiricalCalibration 1.1.0 OK 4 60
EnQuireR 0.10 OK 44 81
EngrExpt 0.1-8 OK 9 35
EnsembleBase 1.0.1 OK 23 119
EnsembleCV 0.7.1 OK 21 106
EnsemblePCReg 1.0.0 OK 21 95
EnsemblePenReg 0.6 OK 21 121
EntropyEstimation 1.2 OK 9 22
EntropyExplorer 1.1 OK 3 33
EnvNicheR 1.3 OK 4 32
EnvStats 2.0.2 OK 40 320
EnviroStat 0.4-2 OK 13 61
Epi 2.0 WARNING 17 140
EpiBayes 0.1.2 OK 8 108
EpiContactTrace 0.9.1 OK 15 75
EpiDynamics 0.3.0 OK 7 86
EpiEstim 1.1-2 OK 5 22
EpiModel 1.2.4 OK 18 139
Eplot 1.0 OK 4 18
EstCRM 1.4 ERROR 3 4
EstHer 1.0 OK 49 88
EstSimPDMP 1.2 OK 4 23
EurosarcBayes 1.0 OK 9 80
EvCombR 0.1-2 OK 6 24
Evapotranspiration 1.8 OK 6 49
EvoRAG 2.0 OK 5 47
ExPosition 2.8.19 OK 7 32
Exact 1.6 OK 3 27
ExactCIdiff 1.3 OK 3 23
ExactPath 1.0 OK 4 21
ExceedanceTools 1.2.2 OK 6 33
ExomeDepth 1.1.8 WARNING 61 255
ExpDes 1.1.2 OK 7 64
ExpDes.pt 1.1.2 OK 7 62
ExplainPrediction 1.0.2 OK 12 83
ExtDist 0.6-3 OK 9 59
ExtremeBounds 0.1.5.1 OK 4 38
FACTMLE 1.1 OK 9 45
FACTscorer 0.1.0 OK 5 42
FADA 1.2 OK 9 54
FAMILY 0.1.19 OK 4 78
FAMT 2.5 OK 5 40
FAOSTAT 2.0 OK 9 41
FAdist 2.2 OK 4 20
FAiR 0.4-15 OK 29 198
FAmle 1.3.4 OK 9 87
FAwR 1.1.0 OK 7 23
FBFsearch 1.0 OK 40 47
FBN 1.5.1 OK 3 24
FCGR 1.0-0 OK 6 26
FCMapper 1.1 OK 4 25
FCNN4R 0.6.0 OK 76 61
FD 1.0-12 OK 18 108
FDGcopulas 1.0 OK 49 53
FDRreg 0.1 OK 69 105
FDRsampsize 1.0 OK 3 24
FDboost 0.0-8 OK 11 108
FENmlm 1.0 OK 10 54
FFD 1.0-6 OK 12 83
FField 0.1.0 OK 4 19
FGN 2.0-12 OK 13 61
FGSG 1.0.2 OK 12 23
FGalgorithm 1.0 OK 3 20
FHtest 1.3 OK 5 42
FI 1.0 OK 3 21
FIACH 0.1.2 OK 82 72
FITSio 2.0-0 OK 4 27
FKF 0.1.3 OK 10 49
FLIM 1.2 OK 6 28
FLLat 1.2 OK 11 72
FLR 1.0 OK 4 25
FLSSS 3.1 OK 23 42
FME 1.3.2 OK 10 197
FMP 1.4 OK 4 27
FMStable 0.1-2 OK 11 30
FNN 1.1 OK 94 43
FPDclustering 1.0 OK 4 26
FRACTION 1.0 OK 3 19
FRAPO 0.3-8 OK 19 57
FRB 1.8 OK 9 171
FRCC 1.0 OK 4 27
FREQ 1.0 OK 3 21
FRESA.CAD 2.1.3 OK 117 86
FSA 0.8.5 OK 13 109
FSAdata 0.3.2 OK 16 46
FSInteract 0.1.1 OK 46 93
FSelector 0.20 OK 6 52
FTICRMS 0.8 OK 9 68
FWDselect 2.1.0 OK 9 58
FacPad 3.0 OK 5 32
FactMixtAnalysis 1.0 OK 3 22
FactoClass 1.1.2 OK 9 36
FactoMineR 1.31.5 OK 11 122
Factoshiny 1.0.2 OK 11 36
FamEvent 1.0 OK 9 73
Familias 2.4 OK 54 93
FastBandChol 0.1.1 OK 44 44
FastGP 1.2 OK 69 37
FastHCS 0.0.5 OK 45 40
FastImputation 1.3 OK 4 24
FastKM 1.0 OK 10 63
FastKNN 0.0.1 OK 3 21
FastPCS 0.1.2 OK 29 35
FastRCS 0.0.7 OK 39 49
FastRWeb 1.1-1 OK 18 27
FatTailsR 1.6-0 OK 10 68
FeaLect 1.10 ERROR 4 4
FeatureHashing 0.9.1.1 OK 150 144
FedData 2.0.6 OK 7 54
FeedbackTS 1.3.1 OK 9 49
Fgmutils 0.4 OK 11 36
FieldSim 3.2.1 OK 5 57
FinAsym 1.0 OK 3 18
FinCal 0.6.2 OK 10 35
FinCovRegularization 1.0.0 OK 4 23
FinTS 0.4-5 OK 22 28
FinancialInstrument 1.2.0 OK 10 46
FindAllRoots 1.0 OK 3 18
FindIt 0.5 OK 13 83
FindMinIC 1.6 OK 4 22
FisHiCal 1.1 OK 45 56
FisherEM 1.4 OK 4 36
FitAR 1.94 OK 14 110
FitARMA 1.6 OK 9 37
FlexParamCurve 1.5-3 OK 5 61
Flury 0.1-3 OK 5 16
ForIT 1.0 OK 3 18
ForImp 1.0.3 OK 5 41
ForeCA 0.2.2 OK 7 87
ForecastCombinations 1.1 OK 10 50
FormalSeries 1.0 OK 4 23
Formula 1.2-1 OK 6 30
ForwardSearch 1.0 OK 4 21
FourScores 1.0 OK 3 18
FrF2 1.7-1 OK 10 107
FrF2.catlg128 1.2-1 OK 135 88
FractalParameterEstimation 1.0 OK 4 20
Fragman 1.0.2 OK 5 47
Frames2 0.2.1 OK 7 74
FreeSortR 1.1 OK 16 69
FreqProf 0.0.1 OK 7 29
FunChisq 2.2.2 OK 38 43
FunCluster 1.09 OK 43 57
FuncMap 1.0.8 OK 5 35
Funclustering 1.0.1 OK 127 100
FunctionalNetworks 1.0.0 OK 13 45
FusedPCA 0.2 OK 11 71
FuzzyLP 0.1-3 OK 6 30
FuzzyNumbers 0.4-1 OK 15 120
FuzzyStatProb 2.0.1 OK 5 32
FuzzyToolkitUoN 1.0 OK 4 26
G1DBN 3.1.1 OK 4 39
G2Sd 2.1.5 OK 11 44
GA 2.2 OK 13 39
GA4Stratification 1.0 OK 5 131
GABi 0.1 OK 3 26
GAD 1.1.1 OK 3 23
GAIPE 1.0 OK 4 23
GAMBoost 1.2-3 OK 12 100
GANPA 1.0 OK 4 23
GANPAdata 1.0 OK 4 21
GAR 1.1 OK 4 29
GAabbreviate 1.0 OK 5 30
GB2 2.1 OK 6 48
GCAI.bias 1.0 OK 4 53
GCD 3.0.5 OK 4 20
GCPM 1.2 OK 25 79
GDAdata 0.93 OK 4 16
GDAtools 1.3 OK 10 42
GDELTtools 1.2 OK 3 31
GENEAread 1.1.1 OK 6 41
GENLIB 1.0.4 OK 174 236
GEOmap 2.3-8 OK 16 101
GERGM 0.7.4 OK 65 52
GESTr 0.1 OK 4 33
GEVStableGarch 1.1 OK 8 50
GEVcdn 1.1.4 OK 6 45
GExMap 1.1.3 OK 7 38
GFD 0.1.4 OK 5 37
GGEBiplotGUI 1.0-9 OK 6 34
GGIR 1.2-2 OK 4 54
GGMridge 1.1 OK 4 48
GGMselect 0.1-10 OK 17 194
GGally 1.0.1 OK 11 218
GHQp 1.0 OK 4 22
GIGrvg 0.4 OK 10 22
GISTools 0.7-4 OK 10 49
GLDEX 2.0.0.3 OK 15 84
GLDreg 1.0.3 OK 4 49
GLSME 1.0.3 OK 3 21
GMCM 1.2.2 OK 53 175
GMD 0.3.3 OK 11 87
GMDH 1.2 OK 4 19
GMMBoost 1.1.2 OK 4 70
GNE 0.99-1 OK 12 91
GOGANPA 1.0 OK 21 181
GOplot 1.0.1 OK 9 44
GPArotation
GPC 0.1 OK 8 68
GPCSIV 0.1.0 OK 7 48
GPFDA 2.2 OK 13 72
GPLTR 1.2 OK 5 255
GPareto 1.0.1 OK 39 104
GPfit 1.0-0 OK 5 52
GPseq 0.5 OK 4 23
GPvam 3.0-3 OK 46 134
GRTo 1.3 OK 4 33
GRaF 0.1-12 OK 10 46
GSA 1.03 OK 4 26
GSAgm 1.0 OK 6 30
GSE 3.3 OK 100 59
GSIF 0.4-7 OK 25 151
GSM 1.3.2 OK 4 232
GSSE 0.1 OK 5 38
GUIDE 1.0.9 OK 9 39
GUILDS 1.2.1 OK 34 70
GUIProfiler 2.0.1 OK 8 46
GUTS 1.0.0 OK 37 40
GUniFrac 1.0 OK 10 60
GWAF 2.2 OK 15 83
GWASExactHW 1.01 OK 7 19
GWG 1.0 OK 4 18
GWLelast 1.1 OK 10 47
GWRM 2.1.0.1 OK 4 50
GWmodel 1.2-5 OK 10 73
GWsignif 1.0 OK 3 20
GaDiFPT 1.0 OK 3 32
GameTheory 2.0 OK 10 40
Gammareg 1.0 OK 3 18
GenABEL 1.8-0 OK 147 192
GenABEL.data 1.0.0 OK 3 13
GenBinomApps 1.0-2 OK 3 21
GenCAT 1.0.2 OK 10 122
GenForImp 1.0 OK 5 31
GenKern 1.2-60 OK 12 34
GenOrd 1.4.0 OK 10 49
GenSA 1.1.6 OK 23 27
GenWin 0.1 OK 4 21
GeneCycle 1.1.2 OK 5 27
GeneF 1.0 OK 4 22
GeneFeST 1.0.1 OK 9 37
GeneNet 1.2.13 OK 4 25
GeneReg 1.1.2 OK 5 34
Geneland 4.0.5 OK 37 75
GeneralOaxaca 1.0 OK 3 21
GeneralizedHyperbolic 0.8-1 OK 9 131
GeneticSubsetter 0.6 OK 3 22
GeneticTools 0.3.1 OK 72 124
GeoBoxplot 1.0 OK 4 18
GeoDE 1.0 OK 11 55
GeoGenetix 0.0.2 OK 11 36
GeoLight 2.0.0 OK 10 54
GeoXp 1.6.2 OK 19 122
GetR 0.1 OK 7 45
GetTDData 1.0 OK 3 201
GetoptLong 0.1.1 OK 5 100
GiANT 1.2 OK 4 46
GibbsACOV 1.1 OK 4 20
GillespieSSA 0.5-4 OK 4 22
GiniWegNeg 1.0 OK 3 19
Giza 1.0 OK 6 83
GlobalDeviance 0.4 OK 4 22
GlobalFit 1.0 OK 10 87
GlobalOptions 0.0.8 OK 4 39
Gmisc 1.3.1 OK 71 109
GoFKernel 2.1-0 OK 4 48
Goslate 1.0 OK 4 21
Grace 0.2 OK 9 68
GrammR 1.1.0 OK 21 128
GrapheR 1.9-85 OK 11 68
GrassmannOptim 2.0 OK 8 65
Grid2Polygons 0.1-5 OK 9 42
GriegSmith 1.0 OK 9 52
GroupSeq 1.3.3 OK 6 36
GroupTest 1.0.1 OK 4 40
GsymPoint 1.0 OK 4 27
GuardianR 0.5 ERROR 5 22
Guerry 1.6-1 OK 3 19
GxM 1.1 OK 5 43
HAC 1.0-4 OK 11 79
HAP.ROR 1.0 OK 4 34
HAPim 1.3 OK 5 40
HBSTM 1.0.1 OK 10 58
HBglm 0.1 OK 5 34
HDGLM 0.1 OK 10 20
HDInterval 0.1.1 OK 3 22
HDMD 1.2 OK 4 28
HDPenReg 0.93.1 OK 564 155
HDclassif 1.3 OK 4 39
HDtweedie 1.1 OK 13 145
HEAT 1.2 OK 5 44
HGNChelper 0.3.1 OK 5 24
HH 3.1-25 OK 28 174
HHG 1.5.1 OK 34 47
HI 0.4 OK 8 33
HIV.LifeTables 0.1 OK 5 23
HIest 2.0 OK 5 46
HK80 0.0.1 OK 5 20
HKprocess 0.0-2 OK 24 55
HLMdiag 0.3.1 OK 167 112
HLSM 0.5 OK 14 43
HMDHFDplus 1.1.8 OK 6 31
HMM 1.0 OK 4 23
HMMCont 1.0 OK 4 21
HMMpa 1.0 OK 4 35
HMP 1.4.2 OK 5 40
HMPTrees 1.3 OK 3 34
HMR 0.4.1 OK 4 20
HPbayes 0.1 OK 5 41
HRM 0.1 OK 4 20
HSAR 0.3.6 OK 204 99
HSAUR 1.3-7 OK 8 131
HSAUR2 1.1-14 OK 9 162
HSAUR3 1.0-5 OK 11 42
HSROC 2.1.8 OK 12 69
HSSVD 1.2 OK 5 32
HTMLUtils 0.1.7 OK 5 22
HTSCluster 2.0.4 OK 7 55
HUM 1.0 OK 46 55
HW.pval 1.0 OK 4 40
HWEBayes 1.4 OK 5 64
HWEintrinsic 1.2.2 OK 5 28
HWxtest 1.1.7 OK 13 79
HadoopStreaming 0.2 OK 3 21
HandTill-10 OK 4 26
Hankel 0.0-1 OK 9 39
HapEstXXR 0.1-8 OK 36 44
Haplin 5.5 OK 12 85
HaploSim 1.8.4 OK 4 33
HardyWeinberg 1.5.5 OK 8 107
HarmonicRegression 1.0 OK 5 31
Harvest.Tree 1.1 OK 5 30
HelpersMG 1.4 OK 6 29
HiCfeat 1.0 WARNING 34 229
HiClimR 1.2.3 OK 12 60
HiCseg 1.1 OK 11 28
HiDimDA 0.2-4 OK 15 49
HiDimMaxStable 0.1.1 OK 13 70
HiLMM 1.1 OK 4 26
HiddenMarkov 1.8-4 OK 14 118
HierO 0.2 OK 16 68
HighDimOut 1.0.0 OK 7 44
HistDAWass 0.1.4 OK 15 106
HistData 0.7-6 OK 6 27
HistogramTools 0.3.2 OK 11 49
HiveR 0.2.46 OK 12 167
Hmisc 3.17-2 OK 34 270
Holidays 1.0-6 OK 4 27
HomoPolymer 1.0 OK 6 61
HotDeckImputation 1.1.0 OK 15 25
Hotelling 1.0-2 OK 4 37
HyPhy 1.0 OK 4 29
HybridMC 0.2 OK 6 31
HydeNet 0.10.3 OK 24 118
HydroMe 2.0 OK 4 33
HyperbolicDist 0.6-2 OK 6 67
IASD 1.1 OK 4 22
IAT 0.2 OK 8 28
IATscores 0.1-2 OK 26 99
IBDLabels 1.1 OK 5 20
IBDhaploRtools 1.8 OK 5 38
IBDsim 0.9-5 OK 14 79
IBHM 1.1-11 OK 45 299
IBrokers 0.9-12 OK 7 41
IC2 1.0-1 OK 4 33
ICAFF 1.0.1 OK 4 32
ICBayes 1.0 OK 5 58
ICC 2.3.0 OK 4 31
ICC.Sample.Size 1.0 OK 4 32
ICE 0.69 OK 8 33
ICEbox 1.0 OK 4 25
ICEinfer 1.0-1 OK 5 81
ICGE 0.3 OK 6 26
ICS 1.2-5 OK 4 39
ICSNP 1.1-0 OK 10 54
ICsurv 1.0 OK 4 25
IDPSurvival 1.0 OK 5 124
IDPmisc 1.1.17 OK 11 116
IDTurtle 1.2 OK 4 45
IFP 0.2.1 OK 26 132
IM 1.0 OK 18 99
IMIS 0.1 OK 4 34
IMP 1.1 OK 8 33
IMak 1.0.0 OK 4 41
INLABMA 0.1-6 OK 11 50
IPMpack 2.1 OK 14 96
IPSUR 1.5 OK 5 88
IQCC 0.6 OK 6 26
IRISMustangMetrics 1.0.1 OK 5 95
IRISSeismic 1.0.7 OK 95 174
IRTShiny 1.1 OK 12 55
ISBF 0.2.1 OK 8 33
ISDA.R 1.0 OK 4 34
ISLR 1.0 OK 5 16
ISOpureR 1.0.18 OK 37 74
ISOweek 0.6-2 OK 3 27
ISwR 2.0-7 OK 7 31
ITEMAN 1.0 OK 14 75
IUPS 1.0 OK 4 33
IalsaSynthesis 0.1.6 OK 4 26
Iboot 0.1-1 OK 9 35
IgorR 0.8 OK 3 31
Imap 1.32 OK 47 48
ImpactIV 1.0 OK 3 30
ImportExport 1.1 OK 15 60
InPosition 0.12.7 OK 5 56
InSilicoVA 1.0 OK 9 46
IndependenceTests 0.2 OK 12 43
InfDim 1.0 OK 4 32
InferenceSMR 1.0 OK 5 42
Information 0.0.7 OK 9 54
InformationValue 1.2.1 OK 7 36
IntLik 1.0 OK 4 42
IntegratedJM 1.3 OK 8 36
InterSIM 2.0 OK 13 56
InterVA4 1.6 OK 4 37
Interact 1.1 OK 10 44
InteractiveIGraph 1.0.6.1 OK 5 36
Interatrix 1.1.1 OK 5 30
Interpol 1.3.1 OK 4 30
Interpol.T 2.1.1 OK 5 55
InvariantCausalPrediction 0.4-1 OK 9 71
InventorymodelPackage 1.0.2 OK 3 32
IsingFit 0.3.0 OK 21 84
IsingSampler 0.2 OK 53 59
Iso 0.0-17 OK 13 36
IsoCI 1.1 OK 4 25
IsoGene 1.0-24 OK 11 79
IsotopeR 0.5.2 OK 4 38
JADE 1.9-93 OK 9 52
JAGUAR 3.0.0 OK 69 105
JASPAR 0.0.1 OK 8 42
JBTools 0.7.2.9 OK 5 34
JGEE 1.1 OK 4 26
JGL 2.3 OK 6 38
JGR 1.7-16 OK 8 37
JM 1.4-2 OK 7 76
JMbayes 0.7-8 OK 7 50
JMdesign 1.1 OK 4 33
JOP 3.6 OK 5 41
JPEN 1.0 OK 4 36
JPSurv 1.0.1 OK 3 38
JRF 0.1-3 OK 9 24
JacobiEigen 0.2-2 OK 34 87
JavaGD 0.6-1 OK 17 37
Jmisc 0.3.1 OK 5 25
JoSAE 0.2.3 OK 4 26
Johnson 1.4 OK 3 35
JohnsonDistribution 0.24 OK 8 33
JointRegBC 0.1.1 OK 5 27
Julia 1.1 OK 3 29
KANT 2.0 OK 7 57
KATforDCEMRI 0.740 OK 7 86
KERE 1.0.0 OK 13 73
KFAS 1.2.1 OK 67 136
KFKSDS 1.6 OK 20 56
KMDA 1.0 OK 3 38
KMsurv 0.1-5 OK 5 35
KODAMA 0.0.1 OK 4 45
KOGMWU 1.0 OK 5 36
KRLS 0.3-7 OK 4 29
KappaGUI 1.2 OK 4 38
KappaV 0.3 OK 8 35
Kendall 2.2 OK 8 39
KernSmooth 2.23-15 OK 24 27
KernSmoothIRT 6.1 OK 55 63
Kernelheaping 1.2 OK 15 70
Kmisc 0.5.0 OK 75 88
KoNLP 0.76.9 OK 6 48
KoulMde 1.0 OK 3 33
Kpart 1.1 OK 2 21
KrigInv 1.3.1 OK 8 63
L1pack 0.3 OK 15 35
LANDD 1.0.0 OK 72 178
LARF 1.3 OK 4 36
LCA 0.1 OK 4 36
LCAextend 1.2 OK 19 121
LCFdata 2.0 OK 3 21
LCMCR 0.4.1 OK 42 87
LDAvis 0.3.2 OK 6 23
LDOD 1.0 OK 6 68
LDPD 1.1.2 OK 4 20
LDRTools 0.2 OK 3 23
LDcorSV 1.3.1 OK 4 21
LDheatmap 0.99-1 OK 4 44
LDtests 1.0 OK 3 30
LEAPFrOG 1.0.7 OK 4 32
LFDR.MLE 1.0 OK 5 38
LGEWIS 0.2 OK 8 72
LGRF 1.0 OK 3 36
LICORS 0.2.0 OK 14 66
LICurvature 0.1.1 OK 4 20
LIHNPSD 0.2.1 OK 11 52
LIM 1.4.6 OK 7 76
LINselect 0.0-2 OK 5 40
LIStest 2.1 OK 19 35
LLSR 0.0.2.0 OK 16 53
LMERConvenienceFunctions 2.10 OK 16 78
LMest 2.1 OK 17 72
LOGICOIL 0.99.0 OK 4 28
LOGIT 1.3 OK 16 83
LOST 1.1 OK 6 44
LPCM 0.45-0 OK 4 57
LPM 2.6 OK 15 69
LPR 1.0 OK 8 69
LPS 1.0.10 OK 4 52
LPStimeSeries 1.0-5 OK 11 84
LPTime 1.0-2 OK 3 29
LPmerge 1.6 OK 9 63
LRcontrast 1.0 OK 6 38
LS2W 1.3-3 OK 24 61
LS2Wstat 2.0-3 OK 14 74
LSAfun 0.4 OK 6 37
LSC 0.1.5 OK 14 86
LSD 3.0 OK 4 89
LSDinterface 0.2.1 OK 4 35
LSMonteCarlo 1.0 OK 7 75
LSTS 1.0 OK 3 51
LTPDvar 1.2 OK 3 47
LTR 1.0.0 OK 3 25
LVMMCOR 0.01.1 OK 4 24
LW.0 OK 11 64
LaF 0.6.2 OK 178 60
Lahman 4.0-1 OK 15 50
LakeMetabolizer 1.4.1 OK 12 52
Lambda4 3.0 OK 5 23
LambertW 0.6.2 OK 113 168
Langevin 1.1.1 OK 105 59
LaplaceDeconv 1.0.4 OK 4 32
Laterality 0.9.3 OK 4 27
LatticeKrig 5.4-1 OK 16 58
LeLogicielR 1.2 OK 9 47
LeafAngle 1.2-1 OK 3 36
LeafArea 0.1.1 OK 3 32
LearnBayes 2.15 OK 13 74
LexisPlotR 0.2 OK 5 26
LiblineaR 1.94-2 OK 18 62
LiblineaR.ACF 1.94-2 OK 19 44
Libra 1.5 OK 22 44
LifeHist 1.0-1 OK 9 74
LifeTables 1.0 OK 5 33
LightningR 1.0.2 OK 5 23
LinCal 1.0 OK 3 30
LinRegInteractive 0.3-1 OK 5 37
LindenmayeR 0.1.6 OK 3 30
LinearRegressionMDE 1.0 OK 3 33
LinearizedSVR 1.3 OK 13 95
LinkedMatrix 1.0.0 OK 5 32
Lmoments 1.2-2 OK 5 36
LncMod 1.1 OK 6 49
LocFDRPois 1.0.0 OK 7 32
Lock5Data 2.6 OK 11 33
Lock5withR 1.2.2 OK 20 27
LogConcDEAD 1.5-9 OK 60 72
LogicForest 2.1.0 OK 6 68
LogicReg 1.5.8 OK 26 78
LogisticDx 0.2 OK 19 84
LogitNet 0.1-1 OK 9 362
LogrankA 1.0 OK 4 18
LoopAnalyst 1.2-4 OK 5 32
LotkasLaw 0.0.1.0 OK 3 26
LowRankQP 1.0.2 OK 10 31
Luminescence 0.5.1 OK 64 203
M3 0.3 OK 7 34
M4comp 0.0.1 OK 11 32
MAINT.Data 0.5.1 OK 9 43
MALDIquant 1.14 OK 22 98
MALDIquantForeign 0.10 OK 7 61
MAMA 2.2.1 OK 23 137
MAMS 0.7 OK 4 64
MAMSE 0.1-3 OK 9 36
MANCIE 1.2 OK 4 28
MAPA 1.9 OK 7 65
MAPLES 1.0 OK 9 76
MAR1 1.0 OK 6 34
MARSS 3.9 OK 9 93
MASS 7.3-45 OK 32 86
MASSTIMATE 1.3 OK 5 30
MAT 2.2 OK 102 53
MATA 0.3 OK 4 26
MATTOOLS 1.1 OK 6 35
MAVIS 1.1.1 OK 13 61
MAVTgsa 1.3 OK 5 36
MAc 1.1 OK 5 36
MAclinical 1.0-5 OK 10 66
MAd 0.8-2 OK 6 39
MBA 0.0-8 OK 36 38
MBCluster.Seq 1.0 OK 4 32
MBESS 4.0.0 OK 9 79
MBI 1.0 OK 4 31
MBTAr 1.0.1 OK 4 30
MBmca 0.0.3-5 OK 17 76
MC2toPath 0.0.16 OK 6 52
MCAPS 0.3-2 OK 4 24
MCDA 0.0.12 OK 7 102
MCDM 1.0 OK 4 25
MCL 1.0 OK 8 60
MCMC.OTU 1.0.10 OK 12 60
MCMC.qpcr 1.2.2 OK 13 72
MCMC4Extremes 1.0 OK 5 104
MCMCglmm 2.22.1 OK 158 123
MCMCpack 1.3-4 ERROR 4 4
MCPAN 1.1-20 OK 9 51
MCPMod 1.0-8 OK 7 55
MCPerm 1.1.4 OK 10 75
MCS 0.1.1 OK 5 34
MCTM 1.0 OK 4 23
MChtest 1.0-2 OK 5 36
MConjoint 0.1 OK 4 34
MDM 1.3 OK 5 30
MDMR 0.3.0 OK 6 43
MDPtoolbox 4.0.2 OK 10 73
MDR 1.2 OK 6 59
MDSGUI 0.1.6 OK 12 106
MDimNormn 0.8.0 OK 3 26
MDplot 0.3 OK 8 43
MEET 5.1.1 OK 43 138
MEMSS 0.9-2 OK 11 38
MESS 0.3-2 OK 12 64
MExPosition 2.0.3 OK 6 53
MF 4.3.2 OK 5 44
MFAg 1.3 OK 4 26
MFHD 0.0.1 OK 11 72
MGLM 0.0.7 OK 5 108
MGRASTer 0.9 OK 4 31
MGSDA 1.2 OK 8 25
MHadaptive 1.1-8 OK 3 46
MIICD 2.2 OK 5 28
MIIVsem 0.4.4 OK 10 77
MILC 1.0 OK 4 31
MIPHENO 1.2 OK 9 48
MIXFIM 1.0 OK 6 31
MImix 1.0 OK 2 21
MInt 1.0.1 OK 5 30
MKLE 0.05 OK 4 131
MKmisc 0.991 OK 5 33
MLCIRTwithin 1.1 OK 5 32
MLCM 0.4.1 OK 5 38
MLDS 0.4.5 OK 5 47
MLEcens 0.1-4 OK 15 42
MLRMPA 1.0 OK 6 46
MLmetrics 1.0.0 OK 5 25
MM 1.6-2 OK 6 63
MM2S 1.0.4 OK 26 365
MM2Sdata 1.0.1 OK 6 25
MMMS 0.1 OK 9 69
MMS 3.00 OK 11 76
MMWRweek 0.1.1 OK 3 39
MNM 1.0-1 OK 5 49
MNP 2.6-4 OK 16 43
MNS 1.0 OK 11 64
MOCCA 1.2 OK 3 37
MODISTools 0.94.6 OK 8 80
MOJOV 1.0.1 OK 9 44
MOrder 0.1 OK 4 27
MPAgenomics 1.1.2 OK 14 80
MPCI 1.0.7 OK 4 29
MPDiR 0.1-16 OK 4 29
MPINet 1.0 OK 10 68
MPLikelihoodWB 1.0 OK 5 29
MPSEM 0.3-1 OK 10 42
MPTinR 1.10.3 OK 81 236
MPV 1.38 OK 12 44
MRCE 2.0 OK 9 39
MRCV 0.3-3 WARNING 8 47
MRH 2.1 OK 11 47
MRIaggr 1.1.5 OK 170 386
MRMR 0.1.3 OK 9 42
MRQoL 1.0 OK 4 33
MRS 1.1 OK 103 49
MRSP 0.4.3 OK 18 102
MRsurv 0.2 OK 5 39
MRwarping 1.0 OK 11 36
MSBVAR 0.9-2 OK 103 109
MSG 0.3 OK 4 27
MSIseq 1.0.0 OK 18 82
MSQC 1.0.1 OK 7 36
MST 1.2 OK 5 43
MScombine 1.1 OK 4 27
MSeasy 5.3.3 OK 18 122
MSeasyTkGUI 5.3.3 OK 18 98
MSwM 1.2 OK 6 52
MTS 0.33 OK 38 182
MTurkR 0.7.0 OK 12 79
MTurkRGUI 0.1.5 OK 7 47
MUCflights 0.0-3 OK 7 100
MVA 1.0-6 OK 3 33
MVB 1.1 OK 171 80
MVN 4.0 WARNING 24 102
MVR 1.30.3 OK 12 49
MVT 0.3 OK 21 59
MVar.pt 1.6 OK 6 38
MXM 0.5 OK 35 177
MaXact 0.2.1 OK 15 38
Maeswrap 1.7 OK 5 39
MakefileR 1.0 OK 6 30
ManlyMix 0.1.2 OK 21 56
ManyTests 1.1 OK 4 25
Map2NCBI 1.1 OK 4 27
MapGAM 0.7-5 OK 6 35
MareyMap 1.3.1 OK 12 70
MarkowitzR 0.1502 OK 4 55
MasterBayes 2.52 OK 106 145
MatchIt 2.4-21 OK 4 28
MatchLinReg 0.7.0 OK 9 36
Matching 4.9-2 OK 35 70
MatchingFrontier 1.0.0 OK 6 79
Matrix 1.2-3 OK 354 400
Matrix.utils 0.5 OK 9 52
MatrixEQTL 2.1.1 OK 7 45
MatrixModels 0.4-1 OK 10 73
MaxPro 3.1-2 OK 9 27
MaxentVariableSelection 1.0-0 OK 4 34
MazamaSpatialUtils 0.4.3 OK 7 38
McSpatial 2.0 OK 17 139
Mcomp 2.05 OK 10 35
MeanShift 1.0-2 OK 3 36
MedOr 0.1 OK 3 35
MediaK 1.0 OK 40 43
Mediana 1.0.2 OK 13 61
MenuCollection 1.2 OK 9 58
MergeGUI 0.2-1 OK 14 58
MetABEL 0.2-0 OK 4 20
MetFns 1.0 OK 7 74
MetNorm 0.1 OK 3 26
MetSizeR 1.1 OK 10 63
MetStaT 1.0 OK 7 37
MetaCycle 1.1.0 OK 10 96
MetaDE 1.0.5 OK 8 97
MetaLandSim 0.4.1 OK 25 144
MetaPCA 0.1.4 OK 5 25
MetaPath 1.0 OK 22 145
MetaQC 0.1.13 OK 5 25
MetaSKAT 0.60 OK 27 67
MetabolAnalyze 1.3 OK 6 41
Metatron 0.1-1 OK 12 66
Meth27QC 1.1 OK 5 30
MethComp 1.22.2 OK 6 56
Methplot 1.0 OK 5 26
MethylCapSig 1.0.1 OK 4 40
Metrics 0.1.1 OK 4 25
MfUSampler 1.0.0 OK 4 47
MiRSEA 1.1 OK 6 132
MiST 1.0 OK 4 55
MicSim 1.0.11 OK 5 37
MicroDatosEs 0.7.1 ERROR 7 4
MicroStrategyR 1.0-1 OK 10 48
MigClim 1.6 OK 23 85
MindOnStats 0.11 OK 7 26
Miney 0.1 OK 4 26
MissMech 1.0.2 OK 3 46
MissingDataGUI 0.2-4 OK 13 64
MitISEM 1.0 OK 4 31
MixAll 1.1.1 OK 191 107
MixGHD 1.8 OK 5 67
MixMAP 1.3.4 OK 11 63
MixSim 1.1-2 OK 25 28
MixedDataImpute 0.1 OK 159 59
MixedPoisson 1.0 OK 5 32
MixedTS 1.0.4 OK 5 28
MixtureInf 1.0-1 OK 4 61
MoTBFs 1.0 OK 7 96
Mobilize 2.16-4 OK 8 33
Modalclust 0.6 OK 6 66
ModelGood 1.0.9 OK 6 40
ModelMap 3.0.15 OK 16 266
Momocs 0.2-6 OK 17 121
MonetDB.R 1.0.0 OK 13 39
MonoPhy 1.0 OK 16 94
MonoPoly 0.2-10 OK 11 63
Morpho 2.3.1.1 OK 371 198
MorseGen 1.2 OK 4 27
MortalitySmooth 2.3.4 OK 12 112
MotilityLab 0.2-4 OK 6 37
MplusAutomation 0.6-3 OK 11 63
Mposterior 0.1.2 OK 44 125
MuFiCokriging 1.2 OK 5 33
MuMIn 1.15.6 OK 21 127
MultAlloc 1.2 OK 2 29
MultEq 2.3 OK 4 26
MultNonParam 1.2.1 OK 15 44
MultiCNVDetect 0.1-1 OK 12 47
MultiGHQuad 1.0 OK 4 30
MultiLCIRT 2.9 OK 11 50
MultiMeta 0.1 OK 12 54
MultiOrd 2.1 OK 10 64
MultiPhen 2.0.1 OK 10 64
MultiRR 1.1 OK 11 108
MultiSV 0.0-67 OK 9 27
MultinomialCI 1.0 OK 3 25
MvBinary 1.0 OK 10 72
Myrrix 1.1 OK 5 58
Myrrixjars 1.0-1 OK 8 32
NADA 1.5-6 OK 9 58
NAM 1.4.3 OK 146 98
NAPPA 2.0.1 OK 12 79
NB 0.9 OK 3 31
NBDdirichlet 1.01 OK 3 37
NBPSeq 0.3.0 OK 12 76
NCA 1.1 OK 12 77
NCmisc 1.1.4 OK 6 53
NEff 1.1 OK 10 66
NEpiC 1.0 OK 5 28
NHANES 2.1.0 OK 6 27
NHEMOtree 1.0 OK 7 60
NHMM 3.5 OK 383 105
NHMSAR 1.1 OK 11 121
NHPoisson 3.1 OK 16 108
NIPTeR 1.0.1 WARNING 22 98
NISTnls 0.9-13 OK 6 28
NISTunits 1.0.0 OK 40 154
NLP 0.1-9 OK 5 40
NLPutils 0.0-3 OK 14 68
NLRoot 1.0 OK 4 28
NMF 0.20.6 OK 35 428
NMFN 2.0 OK 4 29
NMOF 0.36-2 OK 9 108
NNLM 0.4.1 OK 116 372
NNTbiomarker 0.29.11 OK 8 34
NORMT3 1.0-3 OK 11 33
NORRRM 1.0.0 OK 6 38
NORTARA 1.0.0 OK 4 48
NPBayesImpute 0.6 OK 71 54
NPC 1.0.2 OK 4 27
NPCD 1.0-9 OK 4 28
NPCirc 2.0.1 OK 4 53
NPHMC 2.2 OK 4 42
NPMLEcmprsk 2.1 OK 3 28
NPMPM 1.0 OK 4 22
NPMVCP 1.1 OK 4 30
NPS 1.1 OK 3 31
NPsimex 0.2-1 OK 9 105
NSA 0.0.32 OK 14 52
NSM3 1.3 OK 34 314
NSUM 1.0 OK 3 36
NScluster 1.0.2 OK 45 47
NanoStringNorm 1.1.21 OK 15 92
NbClust 3.0 OK 4 49
NeatMap 0.3.6.2 OK 15 61
NestedCohort 1.1-3 OK 5 33
NetCluster 0.2 OK 4 23
NetComp 1.6 OK 10 41
NetData 0.3 OK 4 30
NetIndices 1.4.4 OK 5 27
NetPreProc 1.1 OK 11 74
NetSim 0.9 OK 348 45
NetSwan 0.1 OK 5 26
NeuralNetTools 1.4.0 OK 8 39
Newdistns 2.0 OK 5 62
NightDay 1.0.1 OK 3 19
Nippon 0.6.3 OK 21 47
NlcOptim 0.3 OK 4 23
NlsyLinks 2.0.1 OK 10 85
NominalLogisticBiplot 0.2 OK 13 79
NonpModelCheck 2.0 OK 10 45
NormPsy 1.0.3 OK 8 54
NormalGamma 1.1 OK 5 32
NormalLaplace 0.2-0 OK 4 37
NostalgiR 1.0.2 OK 4 33
Nozzle.R1 1.1-1 OK 8 45
OAIHarvester 0.2-0 OK 6 47
OBsMD 0.1-0.4 OK 19 47
ODB 1.1.1 OK 7 53
ODMconverter 2.1 OK 6 62
OData 0.3 OK 4 33
OECD 0.2.2 OK 3 40
OIdata 1.0 OK 6 33
OIsurv 0.2 OK 3 37
OLScurve 0.2.0 OK 5 33
ONETr 1.0.3 OK 5 39
OOmisc 1.2 OK 4 32
OPDOE 1.0-9 OK 6 45
OPI 2.3 OK 4 48
ORCI 1.1 OK 4 34
ORCME 2.0.2 OK 3 38
ORDER2PARENT 1.0 OK 9 62
ORIClust 1.0-1 OK 3 52
ORMDR 1.3-2 OK 7 40
OTE 1.0 OK 4 32
OUwie 1.48 OK 15 89
Oarray 1.4-5 OK 4 31
OasisR 1.0.0 OK 9 63
OceanView 1.0.4 OK 11 126
Ohmage 2.11-4 OK 6 43
OjaNP 0.9-8 OK 90 69
OligoSpecificitySystem 1.3 OK 5 38
OmicKriging 1.3 OK 12 92
Oncotree 0.3.3 OK 5 51
OneArmPhaseTwoStudy 0.1.4 OK 88 68
OneTwoSamples 1.0-3 OK 4 55
OpasnetUtils 1.2.0 OK 12 49
OpenMPController 0.1-2 OK 6 28
OpenMx 2.3.1 OK 499 198
OpenRepGrid 0.1.9 OK 14 88
OpenStreetMap 0.3.2 OK 15 65
OptGS 1.1.1 OK 21 55
OptHedging 1.0 OK 7 61
OptInterim 3.0.1 OK 4 59
OptiQuantR 0.0.1 OK 3 21
OptimalCutpoints 1.1-3 OK 3 40
OptionPricing 0.1 OK 3 45
OrdFacReg 1.0.6 OK 6 28
OrdLogReg 1.1 OK 4 38
OrdMonReg 1.0.3 OK 3 68
OrdNor 2.0 OK 10 70
OrdinalLogisticBiplot 0.4 OK 14 119
OrgMassSpecR 0.4-4 OK 6 47
OriGen 1.4.3 OK 32 41
OrthoPanels 0.9-1 OK 5 424
OutbreakTools 0.1-14 OK 14 144
OutlierDC 0.3-0 OK 12 74
OutlierDM 1.1.1 OK 11 74
OutrankingTools 1.0 OK 5 38
OxyBS 1.0 OK 4 28
PACVB 1.1 OK 52 39
PAFit 0.7.5 OK 38 81
PAGI 1.0 OK 8 226
PANDA 0.9.9 OK 16 260
PANICr 0.0.0.5 OK 5 35
PAS 1.2 OK 9 67
PASWR 1.1 OK 10 47
PASWR2 1.0.2 OK 12 85
PAWL 0.5 OK 15 68
PAactivPAL 1.0 OK 3 32
PBD 1.1 OK 14 88
PBImisc 0.999 OK 14 68
PBSadmb 0.68.104 OK 12 44
PBSddesolve 1.11.29 OK 12 29
PBSmapping 2.69.76 OK 42 103
PBSmodelling 2.67.266 OK 29 98
PCA4TS 0.1 OK 11 43
PCAmixdata 2.2 OK 4 44
PCDSpline 1.0 OK 3 39
PCGSE 0.2 OK 16 101
PCICt 0.5-4 OK 10 44
PCIT 1.5-3 OK 11 56
PCPS 1.0.2 OK 21 130
PCS 1.2 OK 8 51
PCovR 2.6 OK 10 68
PDQutils 0.1.3 OK 4 47
PDSCE 1.2 OK 8 32
PEIP 2.0-1 OK 22 105
PEMM 1.0 OK 4 34
PET 0.4.9 OK 32 80
PGEE 1.0 OK 4 34
PGICA 1.0 OK 4 53
PGM2 1.0 OK 3 29
PGRdup 0.2.1 OK 13 121
PHENIX 1.2.1 OK 5 41
PHYLOGR 1.0.8 OK 6 43
PHeval 0.5.3 OK 4 38
PIGE 0.9 OK 6 71
PIGShift 1.0.1 OK 5 36
PIPS 1.0.1 OK 4 36
PK 1.3-3 OK 5 66
PKI 0.1-3 OK 30 58
PKNCA 0.6 OK 13 80
PKPDmodels 0.3.2 OK 4 26
PKgraph 1.7 OK 17 70
PKreport 1.5 OK 7 38
PLIS 1.1 OK 3 49
PLRModels 1.1 OK 5 77
PLSbiplot1 0.1 OK 4 75
PLordprob 1.0 OK 12 39
PMA 1.0.9 OK 35 136
PMCMR 4.1 OK 4 36
PP 0.5.3 ERROR 58 66
PPtree 2.3.0 OK 13 35
PPtreeViz 1.3.0 OK 54 49
PRIMsrc 0.6.3 OK 16 105
PRISMA 0.2-5 OK 13 64
PROFANCY 1.0 OK 11 86
PROTOLIDAR 0.1 OK 4 37
PRROC 1.1 OK 3 40
PReMiuM 3.1.2 OK 119 69
PResiduals 0.2-2 ERROR 4 4
PSAboot 1.1.3 WARNING 21 110
PSAgraphics 2.1.1 OK 5 66
PSCBS 0.61.0 OK 24 308
PSM 0.8-10 OK 16 52
PST 0.86 OK 12 81
PTAk 1.2-12 OK 6 55
PTE 1.0 OK 4 77
PVAClone 0.1-5 OK 11 136
PVR 0.2.1 OK 6 43
PabonLasso 1.0 OK 5 27
Pade 0.1-4 OK 4 21
PairViz 1.2.1 OK 12 39
PairedData 1.0.1 OK 10 53
PanelCount 1.0.9 OK 47 50
Paneldata 1.0 OK 4 26
ParDNAcopy 2.0 OK 4 33
ParallelForest 1.1.0 ERROR 28 125
ParallelPC 1.2 OK 5 83
ParamHelpers 1.7 OK 13 64
ParentOffspring 1.0 OK 3 25
ParetoPosStable 1.1 OK 4 37
Pasha 0.99.18 WARNING 78 412
PatternClass 1.5 OK 4 34
Peaks 0.2 OK 12 29
PearsonDS 0.97 OK 23 62
PearsonICA 1.2-4 OK 4 29
PedCNV 0.1 OK 83 88
PepPrep 1.1.0 OK 15 94
Peptides 1.1.1 OK 7 40
PerFit 1.4 OK 17 92
PerMallows 1.10 OK 42 48
Perc 0.1.1 OK 6 54
PerfMeas 1.2.1 OK 13 79
PerformanceAnalytics 1.4.3541 OK 19 321
PermAlgo 1.1 OK 4 38
PhViD 1.0.6 OK 6 46
PharmPow 1.0 OK 7 33
PharmacoGx 1.1.4 OK 16 178
PhaseType 0.1.3 OK 24 55
Phxnlme 1.0.0 OK 7 38
PhyActBedRest 1.0 OK 4 33
PhySortR 1.0.5 OK 12 69
PhyloMeasures 1.1 OK 37 52
PhysicalActivity 0.1-1 OK 4 43
PivotalR 0.1.17.45 OK 27 165
PlayerRatings 1.0-1 OK 10 55
PlotPrjNetworks 1.0.0 OK 5 31
PlotRegionHighlighter 1.0 OK 4 31
PogromcyDanych 1.5 OK 15 46
PoiClaClu 1.0.2 OK 4 31
PoisBinNonNor 1.0 OK 10 54
PoisBinOrd 1.1 OK 9 68
PoisBinOrdNonNor 1.0 OK 10 70
PoisBinOrdNor 1.1 OK 10 67
PoisNonNor 1.0 OK 10 53
PoisNor 1.0 OK 9 67
PoissonSeq 1.1.2 OK 4 32
PolyPatEx 0.9.1 OK 5 51
PolynomF 0.94 OK 9 35
Pomic 1.0.2 OK 4 30
PopED 0.3.0 OK 28 103
PopGenKit 1.0 OK 5 38
PopGenReport 2.2 OK 32 157
PopGenome 2.1.6 OK 145 135
PopVar 1.2.1 OK 5 26
PortRisk 1.1.0 OK 12 78
PortfolioAnalytics 1.0.3636 OK 24 349
PortfolioEffectEstim 1.2 OK 9 56
PortfolioEffectHFT 1.5 OK 18 68
PottsUtils 0.3-2 OK 8 38
PoweR 1.0.5 OK 70 90
Power2Stage 0.4-3 OK 7 52
PowerTOST 1.3-3 OK 15 75
PracTools 0.3 OK 5 52
PredictABEL 1.2-2 OK 15 56
PredictiveRegression 0.1-4 OK 4 25
PresenceAbsence 1.1.9 OK 5 44
PrevMap 1.3.2 OK 15 113
PrivateLR 1.2-21 OK 3 25
ProDenICA 1.0 OK 5 35
ProNet 1.0.0 OK 22 231
ProTrackR 0.2.3 OK 12 85
ProbForecastGOP 1.3.2 OK 13 112
ProbYX 1.1-0 OK 4 53
ProfessR 2.3 OK 6 53
ProfileLikelihood 1.1 OK 5 72
ProgGUIinR 0.0-4 OK 9 32
ProjectTemplate 0.6 OK 7 29
PropCIs 0.2-5 OK 4 30
PropClust 1.4-2 OK 25 44
PropScrRand 1.1 OK 4 35
PsiHat 1.0 OK 10 74
PsumtSim 0.4 OK 4 51
PtProcess 3.3-10 OK 5 57
PubBias 1.0 OK 6 35
PubMedWordcloud 0.3.2 OK 6 38
PurBayes 1.3 OK 4 23
PwrGSD 2.000 OK 47 207
PythonInR 0.1-3 OK 39 42
QCA 2.1 OK 4 16
QCA3 0.0-7 WARNING 6 59
QCAGUI 2.1 OK 22 74
QCAfalsePositive 1.1.1 OK 4 44
QCApro 1.0-0 OK 19 62
QCAtools 0.2.1 OK 7 30
QCGWAS 1.0-8 OK 6 61
QCSIS 0.1 OK 4 26
QFRM 1.0.1 OK 5 55
QPot 1.0 OK 13 59
QRM 0.4-10 OK 44 160
QSARdata 1.3 OK 5 33
QTLRel 0.2-15 OK 21 66
QUIC 1.1 OK 12 30
QZ 0.1-4 OK 61 55
QoLR 1.0.2 OK 6 50
Qtools 1.0 OK 19 129
QuACN 1.8.0 OK 17 120
QualInt 1.0.0 OK 6 38
Quandl 2.7.0 OK 5 30
QuantPsyc 1.5 OK 5 54
QuantifQuantile 2.2 OK 5 51
QuantumClone 0.15.11 OK 13 82
QuasiSeq 1.0-8 OK 18 81
Quor 0.1 OK 9 35
R.cache 0.12.0 OK 5 62
R.devices 2.13.2 OK 7 72
R.filesets 2.10.0 OK 10 221
R.huge 0.9.0 OK 11 78
R.matlab 3.4.0 OK 10 88
R.methodsS3 1.7.1 OK 5 33
R.oo 1.20.0 OK 17 87
R.rsp 0.21.0 OK 26 307
R.utils 2.2.0 OK 30 417
R0 1.2-6 OK 6 67
R1magic 0.3.2 OK 4 30
R2BayesX 1.0-0 OK 19 131
R2Cuba 1.1-0 OK 63 63
R2G2 1.0-2 OK 4 35
R2GUESS 1.7 OK 81 68
R2HTML 2.3.1 OK 7 34
R2MLwiN 0.8-1 OK 16 110
R2OpenBUGS 3.2-3.1 OK 7 45
R2PPT 2.1 OK 4 30
R2STATS 0.68-38 OK 29 148
R2SWF 0.9-1 OK 97 44
R2WinBUGS 2.1-21 OK 6 46
R2admb 0.7.13 OK 7 36
R2jags 0.5-7 OK 5 36
R2wd 1.5 OK 6 31
R330 1.0 OK 8 58
R4CouchDB 0.7.1 OK 7 29
R6 2.1.2 OK 5 70
RAD 0.3 OK 8 131
RADami 1.0-3 WARNING 23 129
RAHRS 1.0.2 OK 9 47
RAM 1.2.1.3 OK 31 154
RAMP 1.0 OK 11 46
RAMpath 0.3.8 OK 6 56
RANKS 1.0 OK 16 144
RANN 2.5 OK 47 35
RANN.L1 2.5 OK 42 36
RAP 1.1 OK 4 22
RAPIDR 0.1.1 WARNING 25 195
RAdwords 0.1.6 OK 9 27
RApiSerialize 0.1.0 OK 10 30
RArcInfo 0.4-12 OK 38 42
RAtmosphere 1.1 OK 4 25
RBPcurve 1.0-33 OK 9 43
RCALI 0.2-15 OK 50 50
RCEIM 0.2 OK 5 42
RCMIP5 1.1 OK 8 72
RCPmod 1.4 OK 26 37
RCassandra 0.1-3 OK 15 28
RCircos 1.1.3 OK 7 45
RClimMAWGEN 1.1 OK 10 55
RClone 1.0 OK 6 133
RColorBrewer 1.1-2 OK 6 25
RConics 1.0 OK 4 28
RCriteo 1.0.1 OK 4 25
RCryptsy 0.4 OK 6 35
RCurl 1.95-4.7 ERROR 43 94
RDIDQ 1.0 OK 5 21
RDML 0.9-1 OK 10 61
RDS 0.7-4 OK 18 82
RDSTK 1.1 OK 5 31
RDataCanvas 0.1 OK 3 25
RDota 1.2 ERROR 6 38
RECA 1.1 OK 3 19
REDCapR 0.9.3 OK 5 77
REEMtree 0.90.3 OK 8 31
REGENT 1.0.6 OK 5 41
REPPlab 0.9.3 OK 8 56
REQS 0.8-12 OK 4 27
RESS 1.3 OK 4 26
REST 1.0.1 OK 32 79
REdaS 0.9.3 OK 3 22
REndo 1.0 OK 5 32
RFGLS 1.1 OK 11 91
RFLPtools 1.6 OK 5 56
RFOC 3.3-3 OK 13 88
RFgroove 1.0 OK 16 112
RFinanceYJ 0.3.1 OK 6 27
RFmarkerDetector 1.0 WARNING 9 39
RForcecom 0.8 OK 6 45
RFormatter 0.1.0 OK 3 23
RFreak 0.3-0 OK 8 52
RGA 0.4.1 OK 6 34
RGCCA 2.0 OK 4 26
RGENERATE 1.3 OK 8 41
RGENERATEPREC 1.0 OK 16 84
RGIFT 0.1-5 OK 4 32
RGenetics 0.1 OK 4 27
RGoogleAnalytics 0.1.1 OK 5 42
RGoogleAnalyticsPremium 0.1.1 OK 5 40
RGraphics 2.0-13 OK 9 47
RGtk2 2.20.31 WARNING 604 575
RGtk2Extras 0.6.1 OK 10 52
RH2 0.2.3 OK 7 35
RHRV 4.0 OK 20 165
RHT 1.0 OK 4 59
RI2by2 1.2 OK 5 30
RIFS 0.1-5 OK 4 44
RISmed 2.1.5 OK 11 50
RImageJROI 0.1.1 OK 10 62
RImagePalette 0.1.1 OK 5 34
RImpala 0.1.6 OK 7 43
RInSp 1.2 OK 16 53
RInside 0.2.13 OK 35 90
RItools 0.1-13 OK 5 37
RJDBC 0.2-5 OK 7 34
RJSDMX 1.5 OK 7 36
RJSONIO 1.3-0 OK 45 91
RJaCGH 2.0.4 OK 18 148
RJafroc 0.1.1 OK 14 122
RKEA 0.0-6 OK 6 50
RKEAjars 5.0-1 OK 8 30
RKEEL 1.1.6 OK 12 186
RKEELdata 1.0.2 OK 10 23
RKEELjars 1.0.11 OK 40 21
RKlout 1.0 OK 3 27
RLRsim 3.1-2 OK 41 87
RLogicalOps 0.1 OK 2 19
RLumModel 0.1.0 OK 12 68
RLumShiny 0.1.0 OK 12 61
RM2 0.0 OK 9 50
RMAWGEN 1.3.0 OK 10 50
RMC 0.2 OK 57 202
RMKdiscrete 0.1 OK 13 54
RMOA 1.0 OK 6 52
RMOAjars 1.0 OK 6 37
RMRAINGEN 1.0 OK 15 80
RMTstat 0.3 OK 3 28
RMallow 1.0 OK 4 30
RMark 2.1.14 OK 18 99
RMixpanel 0.2-1 OK 4 29
RMongo 0.0.25 OK 7 49
RMySQL 0.10.8 OK 44 123
RNCBIEUtilsLibs 0.9 OK 8 41
RNCEP 1.0.7 OK 9 59
RND 1.1 OK 4 48
RNaviCell 0.2 OK 6 37
RNeXML 2.0.5 OK 12 439
RNeo4j 1.6.3 OK 5 35
RNetCDF 1.8-2 OK 9 46
RNetLogo 1.0-2 OK 8 51
RNewsflow 1.0 OK 14 102
RNiftyReg 2.1.0 OK 908 68
ROAuth 0.9.6 OK 5 26
ROC632 0.6 OK 6 42
ROCR 1.0-7 OK 6 39
ROCS 1.2 OK 4 40
ROCt 0.8 OK 5 58
ROCwoGS 1.0 OK 3 43
RODBC 1.3-12 OK 14 49
RODBCDBI 0.1 OK 6 28
RODBCext 0.2.5 OK 14 38
RODM 1.1 OK 5 34
ROI 0.1-0 OK 70 399
ROI.plugin.glpk 0.0-2 OK 4 25
ROI.plugin.quadprog 0.0-2 OK 3 25
ROI.plugin.symphony 0.0-2 OK 4 27
ROMIplot 1.0 OK 10 58
ROSE 0.0-3 OK 4 24
RObsDat 15.08 OK 13 76
ROptEst 0.9 OK 38 118
ROptEstOld 0.9.2 OK 41 105
ROptRegTS 0.9.1 OK 33 118
ROptimizely 0.2.0 OK 3 27
RPANDA 1.1 OK 20 103
RPCLR 1.0 OK 4 25
RPEnsemble 0.2 OK 5 31
RPMG 2.2-1 OK 5 41
RPMM 1.20 OK 6 40
RPPairwiseDesign 1.0 OK 4 31
RPPanalyzer 1.4.3 OK 22 163
RPostgreSQL 0.4 OK 123 199
RPublica 0.1.3 OK 4 28
RPushbullet 0.2.0 OK 4 32
RPyGeo 0.9-3 OK 10 42
RQDA 0.2-7 OK 15 90
RQuantLib 0.4.2 OK
RRF 1.6 OK 17 38
RRNA 1.0 OK 4 35
RRTCS 0.0.3 OK 7 44
RRreg 0.6.1 OK 12 78
RSA 0.9.9 OK 11 57
RSADBE 1.0 OK 5 23
RSAGA 0.94-5 OK 11 62
RSDA 1.3 OK 23 110
RSEIS 3.5-2 OK 31 244
RSGHB 1.1.2 OK 9 164
RSKC 2.4.1 OK 11 41
RSNNS 0.4-7 OK 188 80
RSNPset 0.5 OK 58 75
RSPS 1.0 OK 5 33
RSQLServer 0.1.1 OK 8 38
RSQLite 1.0.0 OK 109 52
RSclient 0.7-3 OK 22 47
RSeed 0.1.31 OK 13 81
RSelenium 1.3.5 OK 9 44
RSiena 1.1-232 OK 266 187
RSiteCatalyst 1.4.7 OK 9 44
RSocrata 1.7.0-14 OK 4 128
RSofia 1.1 OK 75 59
RSpincalc 1.0.2 OK 6 36
RStars 1.0 OK 5 38
RStata 1.0.0 OK 4 30
RStoolbox 0.1.4 OK 186 427
RStorm 0.902 OK 4 34
RSurveillance 0.1.0 OK 5 35
RSurvey 0.8-3 OK 22 65
RTConnect 0.1.4 OK 3 30
RTDE 0.2-0 OK 4 54
RTOMO 1.1-3 OK 8 44
RTextTools 1.4.2 OK 33 145
RTextureMetrics 1.1 OK 3 33
RTriangle 1.6-0.6 OK 20 35
RUnit 0.4.31 OK 5 45
RVAideMemoire 0.9-52 OK 21 115
RVFam 1.1 OK 14 68
RVPedigree 0.0.3 ERROR 22 189
RVideoPoker 0.3 OK 6 22
RViennaCL 1.7.1-0 OK 11 15
RVsharing 1.3.4 OK 9 70
RVtests 1.2 OK 10 61
RWBP 1.0 OK 5 30
RWeather 0.4 OK 4 31
RWebLogo 1.0.3 OK 12 22
RWeka 0.4-24 OK 9 56
RWekajars 3.7.12-1 OK 6 28
RWiener 1.2-0 OK 10 22
RWinEdt 2.0-5 OK 11 35
RXKCD 1.7-5 OK 4 29
RXMCDA 1.5.5 OK 8 165
RXshrink 1.0-8 OK 5 36
RYoudaoTranslate 1.0 OK 5 46
RadOnc 1.1.1 OK 10 81
RadTran 1.0 OK 4 38
RadioSonde 1.4 OK 4 29
Rambo 1.1 OK 4 50
Ramd 0.2 OK 4 21
RandVar 0.9.2 OK 20 76
RandomFields 3.1.8 OK 169 209
RandomFieldsUtils 0.0.14 OK 31 31
RankAggreg 0.5 OK 11 54
RankResponse 3.1.1 OK 4 27
Rankcluster 0.93.1 OK 100 61
RapidPolygonLookup 0.1 OK 6 60
Rarity 1.3-4 OK 4 39
RaschSampler 0.8-8 OK 11 36
RateDistortion 1.01 OK 4 45
RbioRXN 1.5.1 WARNING 21 107
Rbitcoin 0.9.2 OK 6 30
Rblpapi 0.3.2 OK 220 149
Rborist 0.1-0 OK 110 47
Rcapture 1.4-2 OK 5 76
RcellData 1.3-2 OK 5 15
Rcereal 1.1.2 OK 4 21
Rchoice 0.3 OK 19 79
Rclusterpp 0.2.3 OK 46 87
Rcmdr 2.2-3 OK 58 133
RcmdrMisc 1.0-3 OK 21 69
RcmdrPlugin.BCA 0.9-8 OK 19 95
RcmdrPlugin.DoE 0.12-3 OK 55 114
RcmdrPlugin.EACSPIR 0.2-2 OK 47 99
RcmdrPlugin.EBM 1.0-10 OK 43 85
RcmdrPlugin.EZR 1.32 OK 46 125
RcmdrPlugin.EcoVirtual 0.1 OK 44 83
RcmdrPlugin.Export 0.3-1 OK 40 75
RcmdrPlugin.FactoMineR 1.6-0 OK 49 108
RcmdrPlugin.HH 1.1-43 OK 50 103
RcmdrPlugin.IPSUR 0.2-1 OK 47 101
RcmdrPlugin.KMggplot2 0.2-3 OK 58 116
RcmdrPlugin.MA 0.0-2 OK 51 87
RcmdrPlugin.MPAStats 1.2.0 OK 47 84
RcmdrPlugin.NMBU 1.8.5 OK 45 104
RcmdrPlugin.RMTCJags 1.0-1 OK 48 80
RcmdrPlugin.ROC 1.0-18 OK 47 91
RcmdrPlugin.SCDA 1.1 OK 41 86
RcmdrPlugin.SLC 0.2 OK 41 78
RcmdrPlugin.SM 0.3.1 OK 38 75
RcmdrPlugin.TeachingDemos 1.0-7 OK 38 82
RcmdrPlugin.UCA 2.0-5 OK 38 86
RcmdrPlugin.coin 1.0-22 OK 41 98
RcmdrPlugin.depthTools 1.3 OK 43 83
RcmdrPlugin.doex 0.2.0 OK 42 72
RcmdrPlugin.epack 1.2.5 OK 46 82
RcmdrPlugin.lfstat 0.7 OK 40 88
RcmdrPlugin.mosaic 1.0-7 OK 42 68
RcmdrPlugin.orloca 4.1 OK 41 85
RcmdrPlugin.plotByGroup 0.1-0 OK 38 82
RcmdrPlugin.pointG 0.6.6 OK 41 76
RcmdrPlugin.qual 2.2.6 OK 46 82
RcmdrPlugin.sampling 1.1 OK 44 91
RcmdrPlugin.seeg 1.0 OK 51 83
RcmdrPlugin.sos 0.3-0 OK 43 84
RcmdrPlugin.steepness 0.3-2 OK 44 90
RcmdrPlugin.survival 1.0-5 OK 46 97
RcmdrPlugin.temis 0.7.4 OK 47 108
Rcolombos 2.0.2 OK 4 22
Rcpp 0.12.3 OK 114 151
Rcpp11 3.1.2.0 OK 9 21
RcppAnnoy 0.0.7 OK 42 74
RcppArmadillo 0.6.500.4.0 OK 77 250
RcppBDT 0.2.3 OK 160 101
RcppCNPy 0.2.4 OK 32 65
RcppClassic 0.9.6 OK 184 99
RcppClassicExamples 0.1.1 OK 88 50
RcppDE 0.1.5 OK 81 58
RcppDL 0.0.5 OK 95 76
RcppEigen 0.3.2.7.0 OK 109 375
RcppExamples 0.1.7 OK 101 47
RcppFaddeeva 0.1.0 OK 34 40
RcppGSL 0.3.0 OK 46 198
RcppMLPACK 1.0.10-2 ERROR 722 5
RcppOctave 0.18.1 ERROR 202 103
RcppParallel 4.3.15 OK 185 108
RcppProgress 0.2.1 OK 23 42
RcppRedis 0.1.6 OK 32 60
RcppRoll 0.2.2 OK 39 43
RcppSMC 0.1.4 OK 56 48
RcppShark 0.1 OK 1425 66
RcppStreams 0.1.0 OK 180 47
RcppXts 0.0.4 OK 30 48
RcppZiggurat 0.1.3 OK 47 62
Rcsdp 0.1.53 OK 37 36
Rd2roxygen 1.6 OK 6 32
Rdistance 1.3.2 OK 4 71
Rdpack 0.4-18 OK 5 57
Rdsdp 1.0.4 OK 91 46
ReCiPa 3.0 OK 3 27
ReacTran 1.4.2 OK 13 101
RealVAMS 0.3-2 OK 43 112
RecordLinkage 0.4-8 OK 26 183
Records 1.0 OK 2 27
RedditExtractoR 2.0.2 OK 3 24
RefFreeEWAS 2.0 OK 9 74
RefManageR 0.10.6 OK 11 123
RegClust 1.0 OK 3 27
RegressionFactory 0.7.1 OK 4 31
RelValAnalysis 1.0 OK 5 29
Relatedness 1.3 OK 9 71
Reliability 0.0-2 OK 4 29
ReliabilityTheory 0.1.5 OK 7 53
Renext 3.0-0 OK 7 77
RenextGUI 1.3-0 OK 10 51
Reol 1.55 OK 6 73
ReorderCluster 1.0 OK 37 48
RepeatABEL 1.0 OK 12 86
RepeatedHighDim 2.0.0 OK 4 35
ReporteRs 0.8.2 OK 37 87
ReporteRsjars 0.0.2 OK 7 29
ResistorArray 1.0-28 OK 4 26
ResourceSelection 0.2-6 OK 4 23
RevEcoR 0.99.2 OK 13 134
Rfacebook 0.6 OK 4 30
Rfit 0.22.0 OK 18 85
Rgbp 1.1.1 OK 6 57
Rglpk 0.6-1 OK 13 38
Rgnuplot 1.0.3 OK 16 57
RgoogleMaps 1.2.0.7 OK 6 36
Rhpc 0.15-244 OK 33 31
RhpcBLASctl 0.15-148 OK 11 29
RidgeFusion 1.0-3 OK 6 37
Ridit 1.1 OK 3 25
Ritc 1.0.1 OK 3 23
Rivivc 0.9 OK 4 27
Rjpstatdb 0.1 OK 6 40
Rknots 1.3.1 OK 10 251
Rlab 2.15.1 OK 9 50
Rlabkey 2.1.129 OK 14 56
Rlibeemd 1.3.6 OK 101 50
Rlinkedin 0.1 OK 5 32
Rlof 1.1.1 OK 7 27
Rmalschains 0.2-2 OK 278 59
Rmisc 1.5 OK 6 28
Rmixmod 2.0.3 OK 430 213
RmixmodCombi 1.0 OK 4 59
Rmonkey 0.3.1 OK 5 28
Rmpfr 0.6-0 OK 21 203
Rmpi 0.6-5 OK 45 45
RnavGraph 0.1.8 OK 24 113
RnavGraphImageData 0.0.3 OK 3 20
RndTexExams 1.1.1 OK 3 47
RobAStBase 0.9 OK 43 125
RobLox 0.9 OK 27 146
RobLoxBioC 0.9 WARNING 40 180
RobPer 1.2.1 OK 13 124
RobRSVD 1.0 OK 3 40
RobRex 0.9 OK 17 79
RobustAFT 1.4-1 OK 24 52
RobustEM 1.0 OK 10 46
RobustRankAggreg 1.1 OK 3 26
RockFab 1.2 OK 8 40
Rook 1.1-1 OK 15 41
RootsExtremaInflections 1.0 OK 4 27
Rothermel 1.2 OK 17 88
RoughSetKnowledgeReduction 0.1 OK 8 40
RoughSets 1.3-0 OK 41 72
Rpdb 2.2 OK 6 37
Rphylip 0.1-23 OK 5 39
Rphylopars 0.1.1 OK 92 110
Rquake 2.3-1 OK 13 62
Rramas 0.1-4 OK 4 28
Rrdrand 0.1-14 OK 8 25
Rsampletrees 0.1 OK 17 78
Rserve 1.7-3 WARNING 91 29
RsimMosaic 1.0.2 OK 5 33
Rsolnp 1.16 OK 4 39
Rsomoclu 1.6 OK 37 97
Rssa 0.13-1 OK 23 105
Rsundials 1.6 OK 70 31
Rsurrogate 1.0 OK 3 30
Rsymphony 0.1-21 OK 12 66
Rtsne 0.10 OK 65 57
Rttf2pt1 1.3.3 OK 15 23
Rtts 0.3.3 OK 5 48
Rtwalk 1.8.0 OK 4 27
Ruchardet 0.0-3 OK 56 43
Runiversal 1.0.2 OK 3 22
Runuran 0.23.0 OK 267 148
RunuranGUI 0.1 OK 9 51
Rvcg 0.13.1.2 OK 616 52
Rwave 2.4 OK 101 63
Rwinsteps 1.0-1 OK 4 24
RxCEcolInf 0.1-3 OK 31 38
RxODE 0.5-1 OK 26 41
RxnSim 1.0.1 OK 10 48
Ryacas 0.2-12.1 OK 6 43
Rz 0.9-1 WARNING 32 92
S2sls 0.1 OK 3 24
SACCR 1.1 OK 5 31
SACOBRA 0.7 OK 4 47
SAENET 1.1 OK 3 19
SAFD 1.0-1 OK 4 81
SAGA 2.0.0 OK 6 66
SALES 1.0.0 OK 16 76
SALTSampler 0.1 OK 4 163
SAM 1.0.5 OK 17 44
SAMUR 0.6 OK 3 20
SAMURAI 1.2.1 OK 9 54
SAPP 1.0.4 OK 47 48
SASPECT 0.1-1 OK 4 35
SAScii 1.0 OK 4 26
SASmixed 1.0-4 OK 4 33
SASxport 1.5.2 OK 26 43
SAVE 1.0 OK 27 39
SBRect 0.26 OK 5 31
SBSA 0.2.3 OK 218 49
SCBmeanfd 1.1 OK 5 26
SCEPtER 0.2-1 OK 10 27
SCEPtERbinary 0.1-1 OK 10 28
SCGLR 2.0.2 OK 13 73
SCI 1.0-1 OK 5 26
SCMA 1.1.1 OK 4 26
SCORER2 0.99.0 OK 4 29
SCRT 1.1.1 OK 4 49
SCVA 1.1.1 OK 4 53
SCperf 1.0 OK 4 26
SDD 1.2 OK 7 40
SDDE 1.0.1 OK 7 50
SDMTools 1.1-221 OK 23 43
SDR 0.7.0.0 OK 5 55
SDaA 0.1-3 OK 6 29
SEAsic 0.1 OK 4 30
SECP 0.1-4 OK 4 24
SEER2R 1.0 OK 3 28
SEERaBomb 2015.2 OK 48 122
SEHmodel 0.0.11 OK 15 78
SEL 1.0-2 OK 6 36
SEMID 0.2 OK 6 44
SEMModComp 1.0 OK 4 36
SETPath 1.0 OK 4 30
SEchart 0.1 OK 6 27
SGCS 2.3 OK 34 77
SGL 1.1 OK 12 41
SGP 1.4-0.0 OK 55 149
SGPdata 12.0-0.0 OK 21 31
SHELF 1.1.0 OK 7 37
SHIP 1.0.2 OK 4 26
SIBER 2.0.2 OK 5 45
SID 1.0 OK 11 58
SII 1.0.3 OK 4 29
SIMMS 1.0.2 OK 13 84
SIN 0.6 OK 5 32
SIS 0.7-6 OK 10 80
SKAT 1.1.2 OK 51 172
SLC 0.3 OK 3 23
SLHD 2.1-1 OK 9 28
SLOPE 0.1.3 OK 34 44
SMC 1.1 OK 11 66
SMCP 1.1.3 OK 8 28
SMCRM 0.0-3 OK 4 25
SMFI5 1.0 OK 6 58
SMIR 0.02 OK 4 22
SML 0.1 OK 9 55
SMNCensReg 3.0 OK 9 57
SMPracticals 1.4-2 OK 8 35
SMR 2.0.1 OK 3 24
SMVar 1.3.3 OK 3 28
SNFtool 2.2 OK 5 47
SNPassoc 1.9-2 ERROR 4 4
SNPmaxsel 1.0-3 OK 4 28
SNPtools 1.1 WARNING 24 222
SNSequate 1.2.1 OK 5 41
SNscan 1.0 OK 8 49
SOAR 0.99-11 OK 5 32
SOD 1.0 OK 48 51
SODC 1.0 OK 5 30
SOLOMON 1.0-1 OK 5 50
SOMbrero 1.1 OK 9 80
SOPIE 1.5 OK 4 36
SOR 0.22 OK 8 57
SOUP 1.1 OK 5 34
SPA3G 1.0 OK 4 59
SPACECAP 1.1.0 OK 5 29
SPARQL 1.16 OK 6 34
SPAr 0.1 OK 3 29
SPCALDA 1.0 OK 3 22
SPECIES 1.0 OK 14 37
SPEI 1.6 OK 4 34
SPIAssay 1.0.0 OK 3 24
SPIn 1.1 OK 3 29
SPODT 0.9-1 OK 12 104
SPOT 1.0.5543 OK 16 86
SPREDA 1.0 OK 6 33
SPRT 1.0 OK 3 26
SPSL 0.1-8 OK 8 58
SPmlficmcm 1.4 OK 3 37
SQDA 1.0 OK 5 48
SQN 1.0.5 OK 4 25
SRCS 1.1 OK 6 35
SRRS 0.1.1 OK 10 45
SSDM 0.1.1 OK 26 119
SSDforR 1.4.12 OK 17 79
SSN 1.1.6 OK 28 136
SSRMST 0.1.0 OK 4 293
SSrat 1.0 OK 5 35
SSsimple 0.6.4 OK 4 40
STAND 2.0 OK 5 45
STAR 0.3-7 OK 21 135
STEPCAM 1.1 OK 13 72
STI 0.1 OK 5 24
STMedianPolish 0.1 OK 11 75
STPGA 1.0 OK 4 23
SUE 1.0 OK 3 24
SVMMaj 0.2-2 OK 7 40
SVMMatch 1.1 OK 47 51
SWATmodel 0.5.9 OK 3091 37
SWMPr 2.1.4 OK 28 104
SYNCSA 1.3.2 OK 13 78
Sabermetrics 2.0 OK 6 28
SafeQuant 2.2.2 OK 12 102
Sample.Size 1.0 OK 4 22
SampleSizeMeans 1.1 OK 5 40
SampleSizeProportions 1.0 OK 4 33
SamplerCompare 1.2.7 OK 21 86
SamplingStrata 1.1 OK 5 459
Scale 1.0.4 ERROR 3 4
SchemaOnRead 1.0.2 OK 6 39
SciViews 0.9-5 OK 5 26
SciencesPo 1.3.9 OK 37 173
ScoreGGUM 1.0 OK 3 30
ScottKnott 1.2-5 OK 5 37
ScrabbleScore 1.0 OK 5 28
ScreenClean 1.0.1 OK 9 51
SearchTrees 0.5.2 OK 9 31
SegCorr 1.1 OK 5 39
Segmentor3IsBack 1.8 OK 47 85
Sejong 0.01 OK 3 15
SeleMix 0.9.1 OK 11 140
SelvarMix 1.1 OK 213 55
SemiCompRisks 2.3 OK 135 58
SemiMarkov 1.4.3 OK 6 107
SemiPar 1.0-4.1 OK 7 37
SemiParBIVProbit 3.6-1 OK 21 122
SemiParSampleSel 1.3 OK 15 136
SenSrivastava
SensMixed 2.0-9 OK 18 200
SensitivityCaseControl 2.1 OK 3 28
SensoMineR 1.20 OK 11 88
SensusR 1.0 OK 6 40
SeqFeatR 0.2.0 WARNING 38 153
SeqGrapheR 0.4.8.5 WARNING 22 97
Sequential 2.0.2 OK 4 47
SetMethods 1.0 OK 7 37
SetRank 1.0.1 OK 7 52
ShapeChange 1.2 OK 5 43
ShapeSelectForest 1.2 OK 11 64
SharpeR 1.0.0 OK 7 184
ShrinkCovMat 1.1.1 OK 4 30
Shrinkage 1.0 OK 16 97
SiZer 0.1-4 OK 5 34
SigTree 1.10.3 WARNING 46 282
SightabilityModel 1.3 OK 4 122
Sim.DiffProc 3.2 OK 16 230
SimComp 2.2 OK 5 88
SimCorMultRes 1.4.0 OK 3 29
SimDesign 0.7 OK 7 46
SimHaz 0.1 OK 4 37
SimInf 1.0.0 OK 27 107
SimRAD 0.96 WARNING 31 149
SimReg 1.3 OK 138 122
SimSeq 1.4.0 OK 4 32
SimilarityMeasures 1.4 OK 4 26
Simile 1.3.3 OK 6 35
SimpleTable 0.1-2 OK 8 33
SimplicialCubature 1.1 OK 3 36
Simpsons 0.1.0 OK 5 24
SimuChemPC 1.3 OK 8 69
SimultAnR 1.1 OK 4 31
SixSigma 0.9-2 OK 10 64
SkewHyperbolic 0.3-2 OK 5 49
Skillings.Mack 1.10 OK 4 21
Sky 1.0 OK 8 47
Sleuth2 2.0-3 OK 16 203
Sleuth3 1.0-1 OK 21 177
SmarterPoland 1.5 OK 7 28
SmithWilsonYieldCurve 1.0.1 OK 4 23
SmoothHazard 1.2.3 OK 43 55
SnowballC 0.5.1 OK 34 33
SoDA 1.0-6 OK 17 44
SocialMediaLab 0.19.0 OK 13 54
SocialMediaMineR 0.2 ERROR 4 25
SocialNetworks 1.1 OK 28 44
SocialPosition 1.0.1 OK 3 64
Sofi 0.0.26 OK 7 26
SoftClustering 1.1502 OK 3 29
SoilR 1.1-23 OK 20 230
SortableHTMLTables 0.1-3 OK 3 27
SoundexBR 1.2 OK 11 24
SoyNAM 1.2 OK 12 73
SpaDES 1.1.1 OK 68 313
SparseFactorAnalysis 1.0 OK 101 53
SparseGrid 0.8.2 OK 4 50
SparseLearner 1.0-2 OK 21 117
SparseM 1.7 OK 27 68
SparseTSCGM 2.2 OK 14 96
SpatPCA 1.1.1.0 OK 69 45
SpatialEpi 1.2.2 OK 76 104
SpatialExtremes 2.0-2 OK 84 236
SpatialNP 1.1-1 OK 9 34
SpatialPack 0.2-3 OK 17 26
SpatialPosition 1.0 OK 11 166
SpatialTools 1.0.2 OK 135 46
SpatialVx 0.3 OK 30 189
SpatioTemporal 1.1.7 OK 29 156
SpecHelpers 0.2.2 OK 7 36
SpeciesMix 0.3.1 OK 27 69
SpecsVerification 0.4-1 OK 9 54
SpherWave 1.2.2 OK 11 56
SphericalCubature 1.0.1 OK 4 32
SphericalK 1.2 OK 3 24
SportsAnalytics 0.2 OK 5 22
StAMPP 1.4 OK 22 103
StMoMo 0.3.1 OK 18 180
StMoSim 3.0 OK 30 45
StableEstim 2.0 OK 15 90
Stack 2.0-1 OK 3 30
StanHeaders 2.9.0 OK 40 15
StandardizeText 1.0 OK 4 26
Stat2Data 1.6 OK 10 29
StatDA 1.6.9 OK 20 150
StatDataML 1.0-26 OK 5 35
StatMatch 1.2.4 OK 7 62
StatMeasures 1.0 OK 5 28
StatMethRank 1.3 OK 56 55
StatRank 0.0.6 OK 8 51
Statomica 1.0 OK 27 135
SteinIV 0.1-1 OK 3 24
Stem 1.0 OK 4 47
StereoMorph 1.4 OK 151 92
StockChina 0.3.1 OK 3 25
Storm 1.2 OK 4 24
StrainRanking 1.1 OK 3 49
StratSel 1.1 OK 18 78
StreamMetabolism 1.1.1 OK 10 38
StressStrength 1.0.1 OK 3 25
SubCultCon 1.0 OK 3 39
SubLasso 1.0 OK 10 53
SubpathwayGMir 1.0 OK 15 145
SubpathwayLNCE 1.0 OK 15 60
Sunder 0.0.4 OK 11 33
SunterSampling 1.0.1 OK 3 24
SuperExactTest 0.99.2 OK 13 38
SuperLearner 2.0-19 OK 5 38
SuppDists 1.1-9.2 OK 17 37
Surrogate 0.1-68 OK 13 247
SurvCorr 1.0 OK 5 42
SurvLong 1.0 OK 4 43
SurvRank 0.1 OK 9 52
SurvRegCensCov 1.4 OK 6 47
Survgini 1.0 OK 4 35
SvyNom 1.1 OK 18 70
SwarmSVM 0.1 OK 23 536
SweaveListingUtils 0.6.2 OK 7 43
SwissAir 1.1.4 OK 3 26
SyNet 2.0 OK 6 77
SyncMove 0.1-0 OK 3 26
SynchWave 1.1.1 OK 9 82
SynergizeR 0.2 OK 5 33
Synth 1.1-5 OK 9 51
TAM 1.16-0 OK 224 191
TANOVA 1.0.0 OK 4 31
TBEST 5.0 OK 4 27
TBSSurvival 1.2 OK 4 56
TCGA2STAT 1.2 OK 7 29
TDA 1.4.1 OK 93 129
TDAmapper 1.0 OK 3 19
TDCor 0.1-2 OK 6 50
TDD 0.4 OK 5 32
TDMR 1.3 OK 14 81
TDboost 1.1 OK 36 35
TED 1.1.1 OK 10 82
TEEReg 1.0 OK 4 33
TEQR 6.0-0 OK 4 57
TERAplusB 1.0 OK 3 29
TESS 2.1.0 OK 35 197
TExPosition 2.6.10 OK 5 38
TFDEA 0.9.8.3 OK 5 37
TFMPvalue 0.0.6 OK 34 41
TFX 0.1.0 OK 5 35
TH.data 1.0-7 OK 6 28
TIMP 1.13.0 OK 14 157
TITAN2 2.1 OK 6 35
TInPosition 0.13.6 OK 3 46
TKF 0.0.8 OK 28 244
TLBC 1.0 OK 19 120
TMB 1.6.6 OK 110 76
TMDb 1.0 OK 5 33
TOC 0.0-4 OK 12 87
TP.idm 1.0 OK 10 67
TPmsm 1.2.1 OK 68 46
TR8 0.9.13 OK 14 73
TRADER 1.2-1 OK 11 104
TRAMPR 1.0-7 OK 6 41
TRD 1.1 OK 7 44
TROM 1.1 OK 18 95
TRSbook 1.0.1 OK 11 36
TSA 1.01 OK 14 120
TSHRC 0.1-3 OK 11 51
TSMining 1.0 OK 8 76
TSP 1.1-4 OK 14 69
TSPostgreSQL
TSPred 2.0 OK 7 60
TSTr 1.2 OK 6 55
TSTutorial 1.2.3 OK 5 64
TSclust 1.2.3 OK 8 53
TSdist 3.2 OK 19 199
TTAinterfaceTrendAnalysis 1.5.2 OK 20 61
TTR 0.23-0 OK 19 85
TTS 1.0 OK 9 87
TTmoment 1.0 OK 4 32
TUWmodel 0.1-6 OK 10 50
Table1Heatmap 1.1 OK 4 25
TableMonster 1.2 OK 3 18
TableToLongForm 1.3.1 OK 4 27
TaoTeProgramming 1.0 OK 5 33
TapeR 0.3.3 OK 6 31
TauP.R 1.1 OK 5 104
TauStar 1.1.0 OK 166 476
Taxonstand 1.8 OK 4 25
TcGSA 0.10.1 OK 17 127
TeachNet 0.7 OK 5 33
TeachingDemos 2.10 OK 18 70
TeachingSampling 3.2.2 OK 6 45
TestScorer 1.7.1 OK 6 35
TestSurvRec 1.2.1 OK 3 24
TestingSimilarity 1.0 OK 4 27
TextoMineR 1.1 OK 12 107
Thermimage 1.0.1 OK 5 26
Thinknum 1.3.0 OK 4 31
ThreeArmedTrials 0.1-0 OK 7 47
ThreeGroups 0.21 OK 3 25
ThreeWay 1.1.3 OK 6 84
ThresholdROC 2.3 OK 5 61
TickExec 1.1 OK 5 35
TiddlyWikiR 1.0.1 OK 6 27
TideHarmonics 0.1-0 OK 6 127
TideTables 0.0.1 OK 4 43
Tides 1.1 OK 4 36
TilePlot 1.3.1 OK 4 33
TimeMachine 1.2 OK 13 93
TimeProjection 0.2.0 OK 11 49
TimeWarp 1.0.12 OK 4 84
Tinflex 1.1 OK 8 54
TipDatingBeast 0.1-6 OK 4 23
Tmisc 0.1.5 OK 6 48
TopKLists 1.0.6 OK 17 117
TraMineR 1.8-11.1 OK 77 175
TraMineRextras 0.2.4 OK 17 74
TrackReconstruction 1.1 OK 8 120
Traitspace 1.1 OK 4 41
TransModel 1.0 OK 5 33
TransP 0.1 OK 4 21
TransferEntropy 1.2 OK 48 51
TreatmentSelection 1.2.0 OK 6 52
TreePar 3.3 OK 12 97
TreeSim 2.2 OK 8 65
TreeSimGM 1.2 OK 5 31
TriMatch 0.9.6 OK 18 76
TrialSize 1.3 OK 16 47
TripleR 1.4.1 OK 5 48
TruncatedNormal 1.0 OK 4 38
Tsphere 1.0 OK 18 84
TukeyC 1.1-5 OK 6 47
TunePareto 2.4 OK 10 46
TurtleGraphics 1.0-5 OK 4 50
TwoCop 1.0 OK 11 28
TwoStepCLogit 1.2.4 OK 5 40
UBCRM 1.0.1 OK 5 36
UNF 2.0.1 OK 4 25
UPMASK 1.0 OK 7 52
USAboundaries 0.2.0 OK 27 54
UScancer 0.1-2 OK 5 47
UScensus2000cdp 0.03 OK 13 109
UScensus2000tract 0.03 OK 14 142
UScensus OK 7 40
UWHAM 1.0 OK 5 36
Ultimixt 2.0 OK 3 32
UncerIn2 2.0 OK 15 60
Unicode 0.1-5 OK 5 31
UpSetR 1.0.3 OK 6 65
UsingR 2.0-5 OK 26 52
V8 0.10 OK 82 132
VAR.etp 0.7 OK 6 48
VARSEDIG 1.1 OK 18 126
VARsignR 0.1.3 OK 6 33
VBLPCM 2.4.4 OK 26 129
VCA 1.2.1 OK 16 92
VDA 1.3 OK 10 59
VGAM 1.0-0 OK 93 516
VGAMdata 1.0-0 OK 7 26
VHDClassification 0.3 OK 4 110
VIF 1.0 OK 4 25
VIFCP 1.1 OK 7 40
VIGoR 1.0 OK 14 41
VIM 4.4.1 OK 42 156
VIMGUI 0.9.0 OK 36 144
VLF 1.0 OK 16 65
VLMC 1.4-1 OK 27 96
VNM 4.1 OK 36 61
VPdtw 2.1-11 OK 13 36
VSURF 1.0.2 OK 4 40
VTrack 1.11 OK 20 99
VaRES 1.0 OK 9 69
VarSelLCM 1.2 OK 162 46
VarSwapPrice 1.0 OK 3 21
VarfromPDB 2.0.5 OK 6 45
VariABEL 0.9-2 OK 90 55
VarianceGamma 0.3-1 OK 4 42
VdgRsm 1.5 OK 4 67
Vdgraph 2.2-2 OK 12 42
VecStatGraphs2D 1.7 OK 7 43
VecStatGraphs3D 1.6 OK 8 48
VennDiagram 1.6.16 OK 7 67
VertexSimilarity 0.1 OK 4 17
ViSiElse 1.0.0 WARNING 12 97
VideoComparison 0.15 OK 30 75
VineCopula 1.6-1 OK 72 203
VisuClust 1.2 OK 5 34
VizOR 0.7-9 OK 19 78
Voss 0.1-4 OK 6 45
VoxR 0.5.1 OK 4 36
W2CWM2C 2.0 OK 5 33
W3CMarkupValidator 0.1-5 OK 4 26
WARN 1.1 OK 5 38
WCE 1.0 OK 5 75
WCQ 0.2 OK 4 42
WDI 2.4 OK 5 37
WGCNA 1.49 OK 53 260
WHO 0.1 OK 3 45
WMCapacity 0.9.6.7 OK 17 96
WMDB 1.0 OK 4 24
WRS2 0.4-0 OK 15 110
WWGbook 1.0.1 OK 4 18
WaterML 1.7.0 OK 5 87
Watersheds 1.1 OK 7 65
Wats 0.10.3 OK 5 77
WaveletComp 1.0 OK 6 39
WaverR 1.0 OK 3 36
WeightedCluster 1.2 OK 31 158
WeightedPortTest 1.0 OK 3 23
WhatIf 1.5-6 OK 5 30
WhiteStripe 1.1.1 OK 13 99
WhopGenome 0.9.3 OK 142 41
WiSEBoot 1.3.0 OK 5 71
WikidataR 1.0.1 OK 4 45
WikipediR 1.3.0 OK 4 55
WikipediaR 1.1 OK 4 42
WilcoxCV 1.0-2 OK 4 21
WordPools 1.0-2 OK 4 23
WrightMap 1.1 OK 4 32
WriteXLS 4.0.0 OK 6 28
WufooR 0.5.9 OK 6 89
XBRL 0.99.16 OK 172 66
XHWE 1.0 OK 4 28
XLConnect 0.2-11 OK 19 107
XLConnectJars 0.2-9 OK 8 38
XML 3.98-1.3 OK 55 136
XML2R 0.0.6 OK 6 35
XMRF 1.0 OK 8 74
XNomial 1.0.4 OK 11 43
XiMpLe 0.03-23 OK 5 31
Xmisc 0.2.1 OK 7 52
YPmodel 1.3 OK 4 35
YaleToolkit 4.2.2 OK 4 28
YieldCurve 4.1 OK 4 45
YplantQMC 0.6-4 OK 15 77
YuGene 1.1.5 OK 6 55
ZIM 1.0.2 OK 5 44
ZRA 0.2 OK 6 49
ZeBook 0.5 OK 61 57
Zelig 5.0-9 OK 32 180
ZeligChoice 0.9-0 OK 24 158
aCRM 0.1.1 OK 6 52
aLFQ 1.3.3 OK 23 163
aRpsDCA 1.0.2 OK 4 29
aRxiv 0.5.10 OK 5 58
aSPU 1.40 OK 55 131
aTSA 3.1.2 OK 4 35
abbyyR 0.3 OK 10 74
abc 2.1 OK 12 297
abc.data 1.0 OK 4 19
abcdeFBA 0.4 OK 9 56
abcrf 1.2 OK 8 49
abctools 1.0.4 OK 22 94
abd 0.2-8 OK 32 97
abf2 0.7-1 OK 3 26
abind 1.4-3 OK 4 29
abn 1.0 OK 53 81
abodOutlier 0.1 OK 3 28
abundant 1.0 OK 7 47
acc 1.2.4 OK 6 66
accelerometry 2.2.5 OK 159 49
accrual 1.1 OK 4 39
accrued 1.3.5 OK 4 38
acepack 1.3-3.3 OK 15 26
acid 1.

我要回帖

更多关于 leaflet heatmap.js 的文章

 

随机推荐