Skip to content

Commit

Permalink
Rename to chromote
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Feb 1, 2019
1 parent 728b81d commit a848036
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .Rbuildignore
@@ -1,4 +1,4 @@
^chromo\.Rproj$
^chromote\.Rproj$
^\.Rproj\.user$
^temp$
^chromo\.sublime-project$
^chromote\.sublime-project$
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,4 +1,4 @@
Package: chromo
Package: chromote
Title: Headless Chromium Web Browser
Version: 0.0.0.9000
Authors@R:
Expand Down
4 changes: 2 additions & 2 deletions R/chromo.R → R/chromote.R
@@ -1,8 +1,8 @@
#' @importFrom websocket WebSocket
#' @importFrom jsonlite fromJSON toJSON
#' @importFrom R6 R6Class
Chromo <- R6Class(
"Chromo",
Chromote <- R6Class(
"Chromote",
lock_objects = FALSE,
public = list(

Expand Down
File renamed without changes.

0 comments on commit a848036

Please sign in to comment.