Skip to content

Commit 6691d91

Browse files
authored
removed the explicit "(Not on CRAN)" label
since it's redundant with the color of the link (and possible inconsistent over time) ref #533
1 parent c48277f commit 6691d91

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

WebTechnologies.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Colloquially, these activities are called
223223
It also requires no external system dependencies.
224224
- `r pkg("aws.signature")` provides functionality for generating AWS API request signatures.
225225
- *Elastic Cloud Compute (EC2)* is a cloud computing service.
226-
`r gcode("segue")` (not on CRAN) manages EC2 instances and S3 storage,
226+
`r gcode("segue")` manages EC2 instances and S3 storage,
227227
which includes a parallel version of `lapply()`
228228
for the Elastic Map Reduce (EMR) engine called `emrlapply()`.
229229
It uses Hadoop Streaming on Amazon's EMR in order to get simple parallel computation.
@@ -394,7 +394,7 @@ This list describes online services. For a more complete treatment of the topic
394394
- *Geolocation/Geocoding*:
395395
Services that translate between addresses and longlats.
396396
`r pgk("rgeolocate")` offers several online and offline tools.
397-
`r github("trestletech/rydn")` (not on CRAN) is an interface to the
397+
`r github("trestletech/rydn")` is an interface to the
398398
Yahoo Developers network geolocation APIs, and
399399
`r github("hrbrmstr/ipapi")` can be used to geolocate IPv4/6 addresses and/or domain names
400400
using the <http://ip-api.com/> API.
@@ -432,26 +432,26 @@ The following packages provide an interface to its associated service, unless no
432432

433433
- *Twitter*:
434434
`r pkg("rtweet")` provides an interface through its API.
435-
`r github("gvegayon/twitterreport")` (not on CRAN) focuses on report generation based on Twitter data.
435+
`r github("gvegayon/twitterreport")` focuses on report generation based on Twitter data.
436436
`r pkg("streamR")` allows users to access Twitter's filter,
437437
sample, and user streams, and to parse the output into data frames.
438438
OAuth authentication is supported.
439439
`r pkg("graphTweets")` produces a network graph from a data.frame of tweets.
440-
`r github("pablobarbera/twitter_ideology")` (not on CRAN) implements a political ideology scaling measure for specified Twitter users.
440+
`r github("pablobarbera/twitter_ideology")` implements a political ideology scaling measure for specified Twitter users.
441441
- *Facebook*:
442442
`r pkg("Rfacebook")`
443443
- *Instagram*:
444444
`r pkg("instaR")`
445445
- *LinkedIn*:
446446
`r pkg("Rlinkedin")`
447447
- *Stack Exchange*:
448-
`r github("dgrtwo/stackr")` (not on CRAN)
448+
`r github("dgrtwo/stackr")`
449449
- *Pinterest*:
450450
`r pkg("rpinterest")`
451451
- *VK*:
452452
`r pkg("vkR")` the social networking site based in Russia.
453453
- *Meetup*:
454-
`r github("rladies/meetupr")` (not on CRAN)
454+
`r github("rladies/meetupr")`
455455
- *Brandwatch*:
456456
`r pkg("brandwatchR")`
457457
- *Hacker News*:
@@ -461,7 +461,7 @@ The following packages provide an interface to its associated service, unless no
461461
- *Slack*:
462462
`r pkg("slackr")`
463463
- *Discourse*:
464-
`r github("sckott/discgolf")` (archived; not on CRAN)
464+
`r github("sckott/discgolf")`
465465
provides an interface to an instance of Discourse, not to the Discourse site itself.
466466

467467
### Survey, Questionnaire, and Data Capture Tools
@@ -549,7 +549,7 @@ The following packages interface with *tools* that facilitate web analytics.
549549
### Generating Synthetic Data
550550

551551
- *MockaRoo API*:
552-
`r github("stephlocke/mockaRoo")` (not on CRAN) generates mock or fake data based on an input schema.
552+
`r github("stephlocke/mockaRoo")` generates mock or fake data based on an input schema.
553553
- *RandomAPI*:
554554
`r github("karthik/randNames")` generates random names and personal identifying information.
555555

@@ -625,7 +625,7 @@ Please see the *`r view("ReproducibleResearch")`* CRAN Task View for more tools
625625
`r pkg("FastRWeb")` provides some basic infrastructure for this.
626626
`r pkg("plumber")` allows you to create a REST API by decorating existing R source code.
627627
`r pkg("beakr")` provides an R version of functionality found in python Flask and JavaScript Express.js.
628-
- `r github("omegahat/RDCOMClient")` (not on CRAN) which provides user-level access from R to other COM servers.
628+
- `r github("omegahat/RDCOMClient")` which provides user-level access from R to other COM servers.
629629
- `r pkg("radiant")` is Shiny-based GUI for R that runs in a browser from a server or local machine.
630630
- The 'Tiki' Wiki CMS/Groupware framework has an R plugin (`PluginR`) to run R code from wiki pages,
631631
and use data from their own collected web databases (trackers).

0 commit comments

Comments
 (0)