Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Chrome for chromote #302

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Conversation

schloerke
Copy link
Contributor

@schloerke schloerke commented Jul 12, 2021

I'm currently making this a draft PR to post the code for internal questions until a {chromote} PR is merged into master.

Question:

  • Any preference on installing chrome vs chromium within the docker images?
    • Barret: Chrome is TONS easier (and more stable) to perform when installing on Ubuntu Focal. If there is no difference, I'd like to only install chrome.

@cderv

We recently had a question in a French slack community about webshot2 on shinyapps.io for shinyapps. It was not working as expected.

So I have worked with Romain Lesur on this to look closer as we already have experience for chrome in pagedown and crrri. He has put together a small example based on the different pieces we discussed for a working solution:
https://community.rstudio.com/t/how-to-properly-configure-google-chrome-on-shinyapps-io-because-of-webshot2/109020/5

It would be interesting to make that easier probably.

  • chromium should be installed for chromote on shinyapps.io
  • Some args for chrome headless should be passed to chrome as it runs in container on shinyapps.io
  • Making this works seamlessly for users would be easier that knowing the config to make

Chromium focal installation related links:

@schloerke schloerke marked this pull request as draft July 12, 2021 22:17
@cderv
Copy link

cderv commented Jul 13, 2021

Thanks @schloerke !

I think Chrome is also better. PR #291 made the change from Chromium to Chrome for the need of pagedown printing. It is the same install file between both.
I would go with Chrome too.

@schloerke schloerke marked this pull request as ready for review July 13, 2021 21:52
@schloerke
Copy link
Contributor Author

I've made a PR rstudio/r-system-requirements#87 that will install Google Chrome if Google Chrome or Chrome Browser is found in SystemRequirements within the DESCRIPTION file.

To pair with that PR, it seems fair to keep the chrome installation for {chromote}.

I'd like to keep the chromium install script for future discussion / in case it needs to be used at a later date. (Thank you!)

packages/chromote/test.R Outdated Show resolved Hide resolved
@schloerke
Copy link
Contributor Author

schloerke commented Jul 15, 2021

Validation on local check:

make test-focal-chromote
> make test-focal-chromote
docker run --rm --name spd-focal-chromote -v /Users/barret/Documents/git/rstudio/shinyapps-package-dependencies/shinyapps-package-dependencies:/shinyapps rstudio/shinyapps-package-dependencies:focal /shinyapps/test chromote
***** PACKAGE chromote
***** INSTALLING...
+ set -e
+ apt-get update -qq
+ curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 79.6M  100 79.6M    0     0  10.7M      0  0:00:07  0:00:07 --:--:-- 12.0M
+ apt-get install -y ./google-chrome-stable_current_amd64.deb
Jul 15 20:47:07 Reading package lists...
Jul 15 20:47:08 Building dependency tree...
Jul 15 20:47:08 Reading state information...
Jul 15 20:47:08 The following additional packages will be installed:
Jul 15 20:47:08   at-spi2-core dbus-user-session dconf-gsettings-backend dconf-service dmsetup
Jul 15 20:47:08   fonts-liberation gir1.2-glib-2.0 glib-networking glib-networking-common
Jul 15 20:47:08   glib-networking-services gsettings-desktop-schemas libargon2-1
Jul 15 20:47:08   libatk-bridge2.0-0 libatspi2.0-0 libcap2 libcolord2 libcryptsetup12
Jul 15 20:47:08   libdconf1 libdevmapper1.02.1 libepoxy0 libgbm1 libgirepository-1.0-1
Jul 15 20:47:08   libgtk-3-0 libgtk-3-bin libgtk-3-common libip4tc2 libjson-glib-1.0-0
Jul 15 20:47:08   libjson-glib-1.0-common libkmod2 libnss-systemd libpam-systemd libproxy1v5
Jul 15 20:47:08   librest-0.7-0 libsoup-gnome2.4-1 libsoup2.4-1 libsystemd0 libu2f-udev
Jul 15 20:47:08   libudev1 libwayland-client0 libwayland-cursor0 libwayland-egl1
Jul 15 20:47:08   libwayland-server0 libxkbcommon0 networkd-dispatcher python3-dbus python3-gi
Jul 15 20:47:08   systemd systemd-sysv systemd-timesyncd udev xkb-data
Jul 15 20:47:08 Suggested packages:
Jul 15 20:47:08   colord gvfs iw | wireless-tools python-dbus-doc python3-dbus-dbg
Jul 15 20:47:08   systemd-container policykit-1
Jul 15 20:47:08 The following NEW packages will be installed:
Jul 15 20:47:08   at-spi2-core dbus-user-session dconf-gsettings-backend dconf-service dmsetup
Jul 15 20:47:08   fonts-liberation gir1.2-glib-2.0 glib-networking glib-networking-common
Jul 15 20:47:08   glib-networking-services google-chrome-stable gsettings-desktop-schemas
Jul 15 20:47:08   libargon2-1 libatk-bridge2.0-0 libatspi2.0-0 libcap2 libcolord2
Jul 15 20:47:08   libcryptsetup12 libdconf1 libdevmapper1.02.1 libepoxy0 libgbm1
Jul 15 20:47:08   libgirepository-1.0-1 libgtk-3-0 libgtk-3-bin libgtk-3-common libip4tc2
Jul 15 20:47:08   libjson-glib-1.0-0 libjson-glib-1.0-common libkmod2 libnss-systemd
Jul 15 20:47:08   libpam-systemd libproxy1v5 librest-0.7-0 libsoup-gnome2.4-1 libsoup2.4-1
Jul 15 20:47:08   libu2f-udev libwayland-client0 libwayland-cursor0 libwayland-egl1
Jul 15 20:47:08   libwayland-server0 libxkbcommon0 networkd-dispatcher python3-dbus python3-gi
Jul 15 20:47:08   systemd systemd-sysv systemd-timesyncd udev xkb-data
Jul 15 20:47:08 The following packages will be upgraded:
Jul 15 20:47:08   libsystemd0 libudev1
Jul 15 20:47:08 2 upgraded, 50 newly installed, 0 to remove and 67 not upgraded.
Jul 15 20:47:08 Need to get 12.2 MB/95.8 MB of archives.
Jul 15 20:47:08 After this operation, 320 MB of additional disk space will be used.
Jul 15 20:47:08 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.7 [270 kB]
Jul 15 20:47:09 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libcap2 amd64 1:2.32-1 [15.9 kB]
Jul 15 20:47:09 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.2 kB]
Jul 15 20:47:09 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev1 amd64 245.4-4ubuntu3.7 [77.6 kB]
Jul 15 20:47:09 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
Jul 15 20:47:09 Get:6 /google-chrome-stable_current_amd64.deb google-chrome-stable amd64 91.0.4472.164-1 [83.6 MB]
Jul 15 20:47:09 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.3 [183 kB]
Jul 15 20:47:09 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libip4tc2 amd64 1.8.4-3ubuntu2 [18.8 kB]
Jul 15 20:47:09 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libkmod2 amd64 27-1ubuntu2 [44.3 kB]
Jul 15 20:47:09 Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.7 [28.1 kB]
Jul 15 20:47:09 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.7 [3806 kB]
Jul 15 20:47:09 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.7 [10.3 kB]
Jul 15 20:47:09 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB]
Jul 15 20:47:09 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libatspi2.0-0 amd64 2.36.0-2 [64.2 kB]
Jul 15 20:47:09 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatk-bridge2.0-0 amd64 2.34.2-0ubuntu2~20.04.1 [58.2 kB]
Jul 15 20:47:09 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libwayland-server0 amd64 1.18.0-1 [31.6 kB]
Jul 15 20:47:09 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgbm1 amd64 20.2.6-0ubuntu0.20.04.1 [30.4 kB]
Jul 15 20:47:09 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libcolord2 amd64 1.4.4-2 [133 kB]
Jul 15 20:47:09 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libepoxy0 amd64 1.5.4-1 [191 kB]
Jul 15 20:47:09 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-glib-1.0-common all 1.4.4-2ubuntu2 [3468 B]
Jul 15 20:47:09 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-glib-1.0-0 amd64 1.4.4-2ubuntu2 [59.4 kB]
Jul 15 20:47:09 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libproxy1v5 amd64 0.4.15-10ubuntu1.2 [49.1 kB]
Jul 15 20:47:09 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking-common all 2.64.2-1ubuntu0.1 [5040 B]
Jul 15 20:47:09 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking-services amd64 2.64.2-1ubuntu0.1 [10.6 kB]
Jul 15 20:47:09 Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 libdconf1 amd64 0.36.0-1 [37.4 kB]
Jul 15 20:47:09 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.7 [186 kB]
Jul 15 20:47:09 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.1 [9428 B]
Jul 15 20:47:09 Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 dconf-service amd64 0.36.0-1 [29.8 kB]
Jul 15 20:47:09 Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 dconf-gsettings-backend amd64 0.36.0-1 [22.5 kB]
Jul 15 20:47:09 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 gsettings-desktop-schemas all 3.36.0-1ubuntu1 [29.0 kB]
Jul 15 20:47:09 Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking amd64 2.64.2-1ubuntu0.1 [58.2 kB]
Jul 15 20:47:09 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 libsoup2.4-1 amd64 2.70.0-1 [262 kB]
Jul 15 20:47:10 Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 libsoup-gnome2.4-1 amd64 2.70.0-1 [6136 B]
Jul 15 20:47:10 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 librest-0.7-0 amd64 0.8.1-1 [32.2 kB]
Jul 15 20:47:10 Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 libwayland-client0 amd64 1.18.0-1 [23.9 kB]
Jul 15 20:47:10 Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 libwayland-cursor0 amd64 1.18.0-1 [10.3 kB]
Jul 15 20:47:10 Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 libwayland-egl1 amd64 1.18.0-1 [5692 B]
Jul 15 20:47:10 Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 xkb-data all 2.29-2 [349 kB]
Jul 15 20:47:10 Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 libxkbcommon0 amd64 0.10.0-1 [98.4 kB]
Jul 15 20:47:10 Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgtk-3-common all 3.24.20-0ubuntu1 [235 kB]
Jul 15 20:47:10 Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgtk-3-0 amd64 3.24.20-0ubuntu1 [2620 kB]
Jul 15 20:47:10 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 dmsetup amd64 2:1.02.167-1ubuntu1 [75.6 kB]
Jul 15 20:47:10 Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgirepository-1.0-1 amd64 1.64.1-1~ubuntu20.04.1 [85.7 kB]
Jul 15 20:47:10 Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-glib-2.0 amd64 1.64.1-1~ubuntu20.04.1 [134 kB]
Jul 15 20:47:10 Get:45 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.7 [96.1 kB]
Jul 15 20:47:10 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-dbus amd64 1.2.16-1build1 [94.0 kB]
Jul 15 20:47:10 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gi amd64 3.36.0-1 [165 kB]
Jul 15 20:47:10 Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 networkd-dispatcher all 2.0.1-1 [14.4 kB]
Jul 15 20:47:10 Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 udev amd64 245.4-4ubuntu3.7 [1366 kB]
Jul 15 20:47:10 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 at-spi2-core amd64 2.36.0-2 [48.7 kB]
Jul 15 20:47:10 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgtk-3-bin amd64 3.24.20-0ubuntu1 [61.9 kB]
Jul 15 20:47:10 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libu2f-udev all 1.1.10-1 [6108 B]
debconf: delaying package configuration, since apt-utils is not installed
Jul 15 20:47:11 Fetched 12.2 MB in 2s (6088 kB/s)
(Reading database ... 194643 files and directories currently installed.)
Jul 15 20:47:12 Preparing to unpack .../libsystemd0_245.4-4ubuntu3.7_amd64.deb ...
Jul 15 20:47:12 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.7) over (245.4-4ubuntu3.6) ...
Jul 15 20:47:12 Setting up libsystemd0:amd64 (245.4-4ubuntu3.7) ...
Jul 15 20:47:12 Selecting previously unselected package libcap2:amd64.
(Reading database ... 194643 files and directories currently installed.)
Jul 15 20:47:12 Preparing to unpack .../libcap2_1%3a2.32-1_amd64.deb ...
Jul 15 20:47:12 Unpacking libcap2:amd64 (1:2.32-1) ...
Jul 15 20:47:12 Selecting previously unselected package libargon2-1:amd64.
Jul 15 20:47:12 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ...
Jul 15 20:47:12 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
Jul 15 20:47:12 Preparing to unpack .../libudev1_245.4-4ubuntu3.7_amd64.deb ...
Jul 15 20:47:12 Unpacking libudev1:amd64 (245.4-4ubuntu3.7) over (245.4-4ubuntu3.6) ...
Jul 15 20:47:12 Setting up libudev1:amd64 (245.4-4ubuntu3.7) ...
Jul 15 20:47:12 Selecting previously unselected package libdevmapper1.02.1:amd64.
(Reading database ... 194652 files and directories currently installed.)
Jul 15 20:47:12 Preparing to unpack .../0-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
Jul 15 20:47:13 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
Jul 15 20:47:13 Selecting previously unselected package libcryptsetup12:amd64.
Jul 15 20:47:13 Preparing to unpack .../1-libcryptsetup12_2%3a2.2.2-3ubuntu2.3_amd64.deb ...
Jul 15 20:47:13 Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.3) ...
Jul 15 20:47:13 Selecting previously unselected package libip4tc2:amd64.
Jul 15 20:47:13 Preparing to unpack .../2-libip4tc2_1.8.4-3ubuntu2_amd64.deb ...
Jul 15 20:47:13 Unpacking libip4tc2:amd64 (1.8.4-3ubuntu2) ...
Jul 15 20:47:13 Selecting previously unselected package libkmod2:amd64.
Jul 15 20:47:13 Preparing to unpack .../3-libkmod2_27-1ubuntu2_amd64.deb ...
Jul 15 20:47:13 Unpacking libkmod2:amd64 (27-1ubuntu2) ...
Jul 15 20:47:13 Selecting previously unselected package systemd-timesyncd.
Jul 15 20:47:13 Preparing to unpack .../4-systemd-timesyncd_245.4-4ubuntu3.7_amd64.deb ...
Jul 15 20:47:13 Unpacking systemd-timesyncd (245.4-4ubuntu3.7) ...
Jul 15 20:47:13 Selecting previously unselected package systemd.
Jul 15 20:47:13 Preparing to unpack .../5-systemd_245.4-4ubuntu3.7_amd64.deb ...
Jul 15 20:47:13 Unpacking systemd (245.4-4ubuntu3.7) ...
Jul 15 20:47:14 Setting up libcap2:amd64 (1:2.32-1) ...
Jul 15 20:47:14 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
Jul 15 20:47:14 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
Jul 15 20:47:14 Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.3) ...
Jul 15 20:47:14 Setting up libip4tc2:amd64 (1.8.4-3ubuntu2) ...
Jul 15 20:47:14 Setting up libkmod2:amd64 (27-1ubuntu2) ...
Jul 15 20:47:14 Setting up systemd-timesyncd (245.4-4ubuntu3.7) ...
Jul 15 20:47:14 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
Jul 15 20:47:14 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
Jul 15 20:47:14 Setting up systemd (245.4-4ubuntu3.7) ...
Jul 15 20:47:14 Created symlink /etc/systemd/system/getty.target.wants/[email protected] → /lib/systemd/system/[email protected].
Jul 15 20:47:14 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
Jul 15 20:47:14 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
Jul 15 20:47:14 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
Jul 15 20:47:14 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
Jul 15 20:47:14 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
Jul 15 20:47:14 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
Jul 15 20:47:14 Initializing machine ID from D-Bus machine ID.
Jul 15 20:47:15 Selecting previously unselected package systemd-sysv.
(Reading database ... 195417 files and directories currently installed.)
Jul 15 20:47:15 Preparing to unpack .../00-systemd-sysv_245.4-4ubuntu3.7_amd64.deb ...
Jul 15 20:47:15 Unpacking systemd-sysv (245.4-4ubuntu3.7) ...
Jul 15 20:47:15 Selecting previously unselected package fonts-liberation.
Jul 15 20:47:15 Preparing to unpack .../01-fonts-liberation_1%3a1.07.4-11_all.deb ...
Jul 15 20:47:15 Unpacking fonts-liberation (1:1.07.4-11) ...
Jul 15 20:47:15 Selecting previously unselected package libatspi2.0-0:amd64.
Jul 15 20:47:15 Preparing to unpack .../02-libatspi2.0-0_2.36.0-2_amd64.deb ...
Jul 15 20:47:15 Unpacking libatspi2.0-0:amd64 (2.36.0-2) ...
Jul 15 20:47:15 Selecting previously unselected package libatk-bridge2.0-0:amd64.
Jul 15 20:47:15 Preparing to unpack .../03-libatk-bridge2.0-0_2.34.2-0ubuntu2~20.04.1_amd64.deb ...
Jul 15 20:47:15 Unpacking libatk-bridge2.0-0:amd64 (2.34.2-0ubuntu2~20.04.1) ...
Jul 15 20:47:15 Selecting previously unselected package libwayland-server0:amd64.
Jul 15 20:47:15 Preparing to unpack .../04-libwayland-server0_1.18.0-1_amd64.deb ...
Jul 15 20:47:15 Unpacking libwayland-server0:amd64 (1.18.0-1) ...
Jul 15 20:47:15 Selecting previously unselected package libgbm1:amd64.
Jul 15 20:47:15 Preparing to unpack .../05-libgbm1_20.2.6-0ubuntu0.20.04.1_amd64.deb ...
Jul 15 20:47:15 Unpacking libgbm1:amd64 (20.2.6-0ubuntu0.20.04.1) ...
Jul 15 20:47:16 Selecting previously unselected package libcolord2:amd64.
Jul 15 20:47:16 Preparing to unpack .../06-libcolord2_1.4.4-2_amd64.deb ...
Jul 15 20:47:16 Unpacking libcolord2:amd64 (1.4.4-2) ...
Jul 15 20:47:16 Selecting previously unselected package libepoxy0:amd64.
Jul 15 20:47:16 Preparing to unpack .../07-libepoxy0_1.5.4-1_amd64.deb ...
Jul 15 20:47:16 Unpacking libepoxy0:amd64 (1.5.4-1) ...
Jul 15 20:47:16 Selecting previously unselected package libjson-glib-1.0-common.
Jul 15 20:47:16 Preparing to unpack .../08-libjson-glib-1.0-common_1.4.4-2ubuntu2_all.deb ...
Jul 15 20:47:16 Unpacking libjson-glib-1.0-common (1.4.4-2ubuntu2) ...
Jul 15 20:47:16 Selecting previously unselected package libjson-glib-1.0-0:amd64.
Jul 15 20:47:16 Preparing to unpack .../09-libjson-glib-1.0-0_1.4.4-2ubuntu2_amd64.deb ...
Jul 15 20:47:16 Unpacking libjson-glib-1.0-0:amd64 (1.4.4-2ubuntu2) ...
Jul 15 20:47:16 Selecting previously unselected package libproxy1v5:amd64.
Jul 15 20:47:16 Preparing to unpack .../10-libproxy1v5_0.4.15-10ubuntu1.2_amd64.deb ...
Jul 15 20:47:16 Unpacking libproxy1v5:amd64 (0.4.15-10ubuntu1.2) ...
Jul 15 20:47:16 Selecting previously unselected package glib-networking-common.
Jul 15 20:47:16 Preparing to unpack .../11-glib-networking-common_2.64.2-1ubuntu0.1_all.deb ...
Jul 15 20:47:16 Unpacking glib-networking-common (2.64.2-1ubuntu0.1) ...
Jul 15 20:47:16 Selecting previously unselected package glib-networking-services.
Jul 15 20:47:16 Preparing to unpack .../12-glib-networking-services_2.64.2-1ubuntu0.1_amd64.deb ...
Jul 15 20:47:16 Unpacking glib-networking-services (2.64.2-1ubuntu0.1) ...
Jul 15 20:47:16 Selecting previously unselected package libdconf1:amd64.
Jul 15 20:47:16 Preparing to unpack .../13-libdconf1_0.36.0-1_amd64.deb ...
Jul 15 20:47:16 Unpacking libdconf1:amd64 (0.36.0-1) ...
Jul 15 20:47:16 Selecting previously unselected package libpam-systemd:amd64.
Jul 15 20:47:16 Preparing to unpack .../14-libpam-systemd_245.4-4ubuntu3.7_amd64.deb ...
Jul 15 20:47:16 Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.7) ...
Jul 15 20:47:16 Selecting previously unselected package dbus-user-session.
Jul 15 20:47:16 Preparing to unpack .../15-dbus-user-session_1.12.16-2ubuntu2.1_amd64.deb ...
Jul 15 20:47:16 Unpacking dbus-user-session (1.12.16-2ubuntu2.1) ...
Jul 15 20:47:16 Selecting previously unselected package dconf-service.
Jul 15 20:47:16 Preparing to unpack .../16-dconf-service_0.36.0-1_amd64.deb ...
Jul 15 20:47:16 Unpacking dconf-service (0.36.0-1) ...
Jul 15 20:47:16 Selecting previously unselected package dconf-gsettings-backend:amd64.
Jul 15 20:47:16 Preparing to unpack .../17-dconf-gsettings-backend_0.36.0-1_amd64.deb ...
Jul 15 20:47:16 Unpacking dconf-gsettings-backend:amd64 (0.36.0-1) ...
Jul 15 20:47:17 Selecting previously unselected package gsettings-desktop-schemas.
Jul 15 20:47:17 Preparing to unpack .../18-gsettings-desktop-schemas_3.36.0-1ubuntu1_all.deb ...
Jul 15 20:47:17 Unpacking gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
Jul 15 20:47:17 Selecting previously unselected package glib-networking:amd64.
Jul 15 20:47:17 Preparing to unpack .../19-glib-networking_2.64.2-1ubuntu0.1_amd64.deb ...
Jul 15 20:47:17 Unpacking glib-networking:amd64 (2.64.2-1ubuntu0.1) ...
Jul 15 20:47:17 Selecting previously unselected package libsoup2.4-1:amd64.
Jul 15 20:47:17 Preparing to unpack .../20-libsoup2.4-1_2.70.0-1_amd64.deb ...
Jul 15 20:47:17 Unpacking libsoup2.4-1:amd64 (2.70.0-1) ...
Jul 15 20:47:17 Selecting previously unselected package libsoup-gnome2.4-1:amd64.
Jul 15 20:47:17 Preparing to unpack .../21-libsoup-gnome2.4-1_2.70.0-1_amd64.deb ...
Jul 15 20:47:17 Unpacking libsoup-gnome2.4-1:amd64 (2.70.0-1) ...
Jul 15 20:47:17 Selecting previously unselected package librest-0.7-0:amd64.
Jul 15 20:47:17 Preparing to unpack .../22-librest-0.7-0_0.8.1-1_amd64.deb ...
Jul 15 20:47:17 Unpacking librest-0.7-0:amd64 (0.8.1-1) ...
Jul 15 20:47:17 Selecting previously unselected package libwayland-client0:amd64.
Jul 15 20:47:17 Preparing to unpack .../23-libwayland-client0_1.18.0-1_amd64.deb ...
Jul 15 20:47:17 Unpacking libwayland-client0:amd64 (1.18.0-1) ...
Jul 15 20:47:17 Selecting previously unselected package libwayland-cursor0:amd64.
Jul 15 20:47:17 Preparing to unpack .../24-libwayland-cursor0_1.18.0-1_amd64.deb ...
Jul 15 20:47:17 Unpacking libwayland-cursor0:amd64 (1.18.0-1) ...
Jul 15 20:47:17 Selecting previously unselected package libwayland-egl1:amd64.
Jul 15 20:47:17 Preparing to unpack .../25-libwayland-egl1_1.18.0-1_amd64.deb ...
Jul 15 20:47:17 Unpacking libwayland-egl1:amd64 (1.18.0-1) ...
Jul 15 20:47:17 Selecting previously unselected package xkb-data.
Jul 15 20:47:17 Preparing to unpack .../26-xkb-data_2.29-2_all.deb ...
Jul 15 20:47:17 Unpacking xkb-data (2.29-2) ...
Jul 15 20:47:17 Selecting previously unselected package libxkbcommon0:amd64.
Jul 15 20:47:17 Preparing to unpack .../27-libxkbcommon0_0.10.0-1_amd64.deb ...
Jul 15 20:47:17 Unpacking libxkbcommon0:amd64 (0.10.0-1) ...
Jul 15 20:47:17 Selecting previously unselected package libgtk-3-common.
Jul 15 20:47:17 Preparing to unpack .../28-libgtk-3-common_3.24.20-0ubuntu1_all.deb ...
Jul 15 20:47:17 Unpacking libgtk-3-common (3.24.20-0ubuntu1) ...
Jul 15 20:47:17 Selecting previously unselected package libgtk-3-0:amd64.
Jul 15 20:47:17 Preparing to unpack .../29-libgtk-3-0_3.24.20-0ubuntu1_amd64.deb ...
Jul 15 20:47:18 Unpacking libgtk-3-0:amd64 (3.24.20-0ubuntu1) ...
Jul 15 20:47:18 Selecting previously unselected package google-chrome-stable.
Jul 15 20:47:18 Preparing to unpack .../30-google-chrome-stable_current_amd64.deb ...
Jul 15 20:47:18 Unpacking google-chrome-stable (91.0.4472.164-1) ...
Jul 15 20:47:26 Selecting previously unselected package dmsetup.
Jul 15 20:47:26 Preparing to unpack .../31-dmsetup_2%3a1.02.167-1ubuntu1_amd64.deb ...
Jul 15 20:47:26 Unpacking dmsetup (2:1.02.167-1ubuntu1) ...
Jul 15 20:47:26 Selecting previously unselected package libgirepository-1.0-1:amd64.
Jul 15 20:47:26 Preparing to unpack .../32-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_amd64.deb ...
Jul 15 20:47:26 Unpacking libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ...
Jul 15 20:47:26 Selecting previously unselected package gir1.2-glib-2.0:amd64.
Jul 15 20:47:26 Preparing to unpack .../33-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_amd64.deb ...
Jul 15 20:47:27 Unpacking gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ...
Jul 15 20:47:27 Selecting previously unselected package libnss-systemd:amd64.
Jul 15 20:47:27 Preparing to unpack .../34-libnss-systemd_245.4-4ubuntu3.7_amd64.deb ...
Jul 15 20:47:27 Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.7) ...
Jul 15 20:47:27 Selecting previously unselected package python3-dbus.
Jul 15 20:47:27 Preparing to unpack .../35-python3-dbus_1.2.16-1build1_amd64.deb ...
Jul 15 20:47:27 Unpacking python3-dbus (1.2.16-1build1) ...
Jul 15 20:47:27 Selecting previously unselected package python3-gi.
Jul 15 20:47:27 Preparing to unpack .../36-python3-gi_3.36.0-1_amd64.deb ...
Jul 15 20:47:27 Unpacking python3-gi (3.36.0-1) ...
Jul 15 20:47:27 Selecting previously unselected package networkd-dispatcher.
Jul 15 20:47:27 Preparing to unpack .../37-networkd-dispatcher_2.0.1-1_all.deb ...
Jul 15 20:47:27 Unpacking networkd-dispatcher (2.0.1-1) ...
Jul 15 20:47:27 Selecting previously unselected package udev.
Jul 15 20:47:27 Preparing to unpack .../38-udev_245.4-4ubuntu3.7_amd64.deb ...
Jul 15 20:47:27 Unpacking udev (245.4-4ubuntu3.7) ...
Jul 15 20:47:27 Selecting previously unselected package at-spi2-core.
Jul 15 20:47:27 Preparing to unpack .../39-at-spi2-core_2.36.0-2_amd64.deb ...
Jul 15 20:47:27 Unpacking at-spi2-core (2.36.0-2) ...
Jul 15 20:47:27 Selecting previously unselected package libgtk-3-bin.
Jul 15 20:47:27 Preparing to unpack .../40-libgtk-3-bin_3.24.20-0ubuntu1_amd64.deb ...
Jul 15 20:47:27 Unpacking libgtk-3-bin (3.24.20-0ubuntu1) ...
Jul 15 20:47:27 Selecting previously unselected package libu2f-udev.
Jul 15 20:47:27 Preparing to unpack .../41-libu2f-udev_1.1.10-1_all.deb ...
Jul 15 20:47:27 Unpacking libu2f-udev (1.1.10-1) ...
Jul 15 20:47:27 Setting up libwayland-server0:amd64 (1.18.0-1) ...
Jul 15 20:47:28 Setting up systemd-sysv (245.4-4ubuntu3.7) ...
Jul 15 20:47:28 Setting up python3-dbus (1.2.16-1build1) ...
Jul 15 20:47:28 Setting up libproxy1v5:amd64 (0.4.15-10ubuntu1.2) ...
Jul 15 20:47:28 Setting up libgbm1:amd64 (20.2.6-0ubuntu0.20.04.1) ...
Jul 15 20:47:28 Setting up libnss-systemd:amd64 (245.4-4ubuntu3.7) ...
Jul 15 20:47:28 First installation detected...
Jul 15 20:47:28 Checking NSS setup...
Jul 15 20:47:28 Setting up xkb-data (2.29-2) ...
Jul 15 20:47:28 Setting up libatspi2.0-0:amd64 (2.36.0-2) ...
Jul 15 20:47:28 Setting up libcolord2:amd64 (1.4.4-2) ...
Jul 15 20:47:28 Setting up libdconf1:amd64 (0.36.0-1) ...
Jul 15 20:47:28 Setting up libatk-bridge2.0-0:amd64 (2.34.2-0ubuntu2~20.04.1) ...
Jul 15 20:47:28 Setting up libepoxy0:amd64 (1.5.4-1) ...
Jul 15 20:47:28 Setting up udev (245.4-4ubuntu3.7) ...
Jul 15 20:47:29 invoke-rc.d: could not determine current runlevel
Jul 15 20:47:29 invoke-rc.d: policy-rc.d denied execution of start.
Jul 15 20:47:29 Setting up dmsetup (2:1.02.167-1ubuntu1) ...
Jul 15 20:47:29 Setting up at-spi2-core (2.36.0-2) ...
Jul 15 20:47:29 Setting up fonts-liberation (1:1.07.4-11) ...
Jul 15 20:47:29 Setting up libpam-systemd:amd64 (245.4-4ubuntu3.7) ...
Jul 15 20:47:29 debconf: unable to initialize frontend: Dialog
Jul 15 20:47:29 debconf: (TERM is not set, so the dialog frontend is not usable.)
Jul 15 20:47:29 debconf: falling back to frontend: Readline
Jul 15 20:47:29 Setting up libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ...
Jul 15 20:47:29 Setting up libjson-glib-1.0-common (1.4.4-2ubuntu2) ...
Jul 15 20:47:29 Setting up libwayland-egl1:amd64 (1.18.0-1) ...
Jul 15 20:47:29 Setting up glib-networking-common (2.64.2-1ubuntu0.1) ...
Jul 15 20:47:29 Setting up libxkbcommon0:amd64 (0.10.0-1) ...
Jul 15 20:47:29 Setting up libwayland-client0:amd64 (1.18.0-1) ...
Jul 15 20:47:29 Setting up glib-networking-services (2.64.2-1ubuntu0.1) ...
Jul 15 20:47:30 Setting up libu2f-udev (1.1.10-1) ...
Jul 15 20:47:30 Failed to send reload request: No such file or directory
Jul 15 20:47:30 Setting up libjson-glib-1.0-0:amd64 (1.4.4-2ubuntu2) ...
Jul 15 20:47:30 Setting up dbus-user-session (1.12.16-2ubuntu2.1) ...
Jul 15 20:47:30 Setting up gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ...
Jul 15 20:47:30 Setting up libwayland-cursor0:amd64 (1.18.0-1) ...
Jul 15 20:47:30 Setting up dconf-service (0.36.0-1) ...
Jul 15 20:47:30 Setting up python3-gi (3.36.0-1) ...
Jul 15 20:47:30 Setting up networkd-dispatcher (2.0.1-1) ...
Jul 15 20:47:30 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service.
Jul 15 20:47:30 Setting up dconf-gsettings-backend:amd64 (0.36.0-1) ...
Jul 15 20:47:30 Setting up libgtk-3-common (3.24.20-0ubuntu1) ...
Jul 15 20:47:30 Setting up gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
Jul 15 20:47:30 Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
Jul 15 20:47:31 Processing triggers for systemd (245.4-4ubuntu3.7) ...
Jul 15 20:47:31 Processing triggers for dbus (1.12.16-2ubuntu2.1) ...
Jul 15 20:47:31 Processing triggers for fontconfig (2.13.1-2ubuntu3) ...
Jul 15 20:47:31 Processing triggers for mime-support (3.64ubuntu1) ...
Jul 15 20:47:31 Processing triggers for libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.3) ...
Jul 15 20:47:31 Setting up glib-networking:amd64 (2.64.2-1ubuntu0.1) ...
Jul 15 20:47:31 Setting up libsoup2.4-1:amd64 (2.70.0-1) ...
Jul 15 20:47:31 Setting up libsoup-gnome2.4-1:amd64 (2.70.0-1) ...
Jul 15 20:47:31 Setting up librest-0.7-0:amd64 (0.8.1-1) ...
Jul 15 20:47:31 Setting up libgtk-3-0:amd64 (3.24.20-0ubuntu1) ...
Jul 15 20:47:31 Setting up libgtk-3-bin (3.24.20-0ubuntu1) ...
Jul 15 20:47:31 Setting up google-chrome-stable (91.0.4472.164-1) ...
Jul 15 20:47:31 update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/x-www-browser (x-www-browser) in auto mode
Jul 15 20:47:31 update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode
Jul 15 20:47:31 update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/google-chrome (google-chrome) in auto mode
Jul 15 20:47:31 Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
+ rm google-chrome-stable_current_amd64.deb
***** TESTING...
'verbose' and 'quietly' are both true; being verbose then ..
now dyn.load("/opt/R/4.0.4/lib/R/library/methods/libs/methods.so") ...

R version 4.0.4 (2021-02-15) -- "Lost Library Book"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

'verbose' and 'quietly' are both true; being verbose then ..
'verbose' and 'quietly' are both true; being verbose then ..
Garbage collection 1 = 0+0+1 (level 2) ...
12.3 Mbytes of cons cells used (35%)
3.1 Mbytes of vectors used (5%)
now dyn.load("/opt/R/4.0.4/lib/R/library/utils/libs/utils.so") ...
'verbose' and 'quietly' are both true; being verbose then ..
now dyn.load("/opt/R/4.0.4/lib/R/library/grDevices/libs/grDevices.so") ...
'verbose' and 'quietly' are both true; being verbose then ..
now dyn.load("/opt/R/4.0.4/lib/R/library/graphics/libs/graphics.so") ...
'verbose' and 'quietly' are both true; being verbose then ..
now dyn.load("/opt/R/4.0.4/lib/R/library/stats/libs/stats.so") ...
 ending setup_Rmainloop(): R_Interactive = 0 {main.c}
 >R_ReplConsole(): before "for(;;)" {main.c}
> options(download.file.method = "curl")
>
> avail_pkgs <- unname(available.packages(repos = "https://cran.rstudio.com")[, "Package"])
now dyn.load("/opt/R/4.0.4/lib/R/library/tools/libs/tools.so") ...
Garbage collection 2 = 1+0+1 (level 0) ...
19.7 Mbytes of cons cells used (56%)
15.1 Mbytes of vectors used (24%)
Garbage collection 3 = 2+0+1 (level 0) ...
20.1 Mbytes of cons cells used (57%)
15.2 Mbytes of vectors used (24%)
Garbage collection 4 = 3+0+1 (level 0) ...
20.5 Mbytes of cons cells used (58%)
15.2 Mbytes of vectors used (24%)
Garbage collection 5 = 4+0+1 (level 0) ...
21.7 Mbytes of cons cells used (62%)
16.8 Mbytes of vectors used (26%)
Garbage collection 6 = 5+0+1 (level 0) ...
23.2 Mbytes of cons cells used (66%)
17.3 Mbytes of vectors used (27%)
Garbage collection 7 = 6+0+1 (level 0) ...
23.2 Mbytes of cons cells used (66%)
17.3 Mbytes of vectors used (27%)
Garbage collection 8 = 7+0+1 (level 0) ...
23.2 Mbytes of cons cells used (66%)
17.3 Mbytes of vectors used (27%)
Garbage collection 9 = 8+0+1 (level 0) ...
23.2 Mbytes of cons cells used (66%)
17.3 Mbytes of vectors used (27%)
Garbage collection 10 = 9+0+1 (level 0) ...
24.4 Mbytes of cons cells used (69%)
17.9 Mbytes of vectors used (28%)
> if ("chromote" %in% avail_pkgs) {
+   install.packages("chromote", repos = "https://cran.rstudio.com", type = "source")
+ } else {
+   options(repos = c(CRAN="https://cran.rstudio.com"))
+   install.packages(c("curl", "remotes"))
+   remotes::install_github("rstudio/chromote", dependencies = TRUE)
+ }
system (cmd0): /opt/R/4.0.4/lib/R/bin/R CMD INSTALL
Garbage collection 11 = 10+0+1 (level 0) ...
26.1 Mbytes of cons cells used (74%)
23.9 Mbytes of vectors used (37%)
Garbage collection 12 = 11+0+1 (level 0) ...
26.4 Mbytes of cons cells used (75%)
24.0 Mbytes of vectors used (37%)
Garbage collection 13 = 12+0+1 (level 0) ...
26.6 Mbytes of cons cells used (76%)
24.0 Mbytes of vectors used (37%)
Garbage collection 14 = 13+0+1 (level 0) ...
26.8 Mbytes of cons cells used (76%)
24.0 Mbytes of vectors used (37%)
Garbage collection 15 = 14+0+1 (level 0) ...
27.5 Mbytes of cons cells used (78%)
25.4 Mbytes of vectors used (40%)
Garbage collection 16 = 15+0+1 (level 0) ...
28.0 Mbytes of cons cells used (80%)
25.6 Mbytes of vectors used (40%)
Garbage collection 17 = 16+0+1 (level 0) ...
28.4 Mbytes of cons cells used (81%)
25.9 Mbytes of vectors used (40%)
Garbage collection 18 = 16+1+1 (level 1) ...
20.4 Mbytes of cons cells used (58%)
11.4 Mbytes of vectors used (18%)
Garbage collection 19 = 17+1+1 (level 0) ...
20.4 Mbytes of cons cells used (58%)
11.4 Mbytes of vectors used (18%)
Garbage collection 20 = 18+1+1 (level 0) ...
20.4 Mbytes of cons cells used (58%)
11.4 Mbytes of vectors used (18%)
Garbage collection 21 = 19+1+1 (level 0) ...
21.6 Mbytes of cons cells used (61%)
12.0 Mbytes of vectors used (19%)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  774k  100  774k    0     0  4667k      0 --:--:-- --:--:-- --:--:-- 4639k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  146k  100  146k    0     0  1590k      0 --:--:-- --:--:-- --:--:-- 1590k
foundpkgs: curl, remotes, /tmp/Rtmp4bg7hI/downloaded_packages/curl_4.3.2.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/remotes_2.4.0.tar.gz
files: /tmp/Rtmp4bg7hI/downloaded_packages/curl_4.3.2.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/remotes_2.4.0.tar.gz
* installing *source* package ‘curl’ ...
** package ‘curl’ successfully unpacked and MD5 sums checked
** using staged installation
Found pkg-config cflags and libs!
Using PKG_CFLAGS=-I/usr/include/x86_64-linux-gnu
Using PKG_LIBS=-lcurl
** libs
rm -f curl.so callbacks.o curl.o download.o escape.o fetch.o form.o getdate.o handle.o ieproxy.o init.o interrupt.o multi.o nslookup.o reflist.o split.o ssl.o typechecking.o utils.o version.o winidn.o writer.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c callbacks.c -o callbacks.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c curl.c -o curl.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c download.c -o download.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c escape.c -o escape.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c fetch.c -o fetch.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c form.c -o form.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c getdate.c -o getdate.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c handle.c -o handle.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c ieproxy.c -o ieproxy.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c interrupt.c -o interrupt.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c multi.c -o multi.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c nslookup.c -o nslookup.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c reflist.c -o reflist.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c split.c -o split.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c ssl.c -o ssl.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c typechecking.c -o typechecking.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c utils.c -o utils.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c version.c -o version.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c winidn.c -o winidn.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c writer.c -o writer.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o curl.so callbacks.o curl.o download.o escape.o fetch.o form.o getdate.o handle.o ieproxy.o init.o interrupt.o multi.o nslookup.o reflist.o split.o ssl.o typechecking.o utils.o version.o winidn.o writer.o -lcurl -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-curl/00new/curl/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (curl)
1): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/curl_4.3.2.tar.gz''
* installing *source* package ‘remotes’ ...
** package ‘remotes’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (remotes)
2): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/remotes_2.4.0.tar.gz''

The downloaded source packages are in
	‘/tmp/Rtmp4bg7hI/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
now dyn.load("/opt/R/4.0.4/lib/R/library/curl/libs/curl.so") ...
shared object '‘curl.so’' already loaded
Downloading GitHub repo rstudio/chromote@HEAD
Garbage collection 22 = 20+1+1 (level 0) ...
23.9 Mbytes of cons cells used (68%)
17.9 Mbytes of vectors used (28%)
Garbage collection 23 = 20+2+1 (level 1) ...
24.5 Mbytes of cons cells used (70%)
23.8 Mbytes of vectors used (37%)
Garbage collection 24 = 21+2+1 (level 0) ...
24.8 Mbytes of cons cells used (71%)
23.8 Mbytes of vectors used (37%)
Garbage collection 25 = 22+2+1 (level 0) ...
25.1 Mbytes of cons cells used (71%)
23.8 Mbytes of vectors used (37%)
Garbage collection 26 = 23+2+1 (level 0) ...
25.8 Mbytes of cons cells used (73%)
25.2 Mbytes of vectors used (39%)
Garbage collection 27 = 24+2+1 (level 0) ...
26.4 Mbytes of cons cells used (75%)
25.5 Mbytes of vectors used (40%)
Garbage collection 28 = 25+2+1 (level 0) ...
27.8 Mbytes of cons cells used (79%)
25.9 Mbytes of vectors used (40%)
Garbage collection 29 = 26+2+1 (level 0) ...
27.8 Mbytes of cons cells used (79%)
25.9 Mbytes of vectors used (40%)
Garbage collection 30 = 27+2+1 (level 0) ...
27.8 Mbytes of cons cells used (79%)
25.9 Mbytes of vectors used (40%)
Garbage collection 31 = 28+2+1 (level 0) ...
27.8 Mbytes of cons cells used (79%)
25.9 Mbytes of vectors used (40%)
Garbage collection 32 = 29+2+1 (level 0) ...
27.8 Mbytes of cons cells used (79%)
25.9 Mbytes of vectors used (40%)
Garbage collection 33 = 30+2+1 (level 0) ...
27.8 Mbytes of cons cells used (79%)
25.9 Mbytes of vectors used (40%)
Garbage collection 34 = 31+2+1 (level 0) ...
27.8 Mbytes of cons cells used (79%)
25.9 Mbytes of vectors used (40%)
Garbage collection 35 = 32+2+1 (level 0) ...
28.5 Mbytes of cons cells used (81%)
26.5 Mbytes of vectors used (41%)
Garbage collection 36 = 32+3+1 (level 1) ...
24.8 Mbytes of cons cells used (71%)
20.7 Mbytes of vectors used (32%)
Garbage collection 37 = 33+3+1 (level 0) ...
25.0 Mbytes of cons cells used (71%)
20.8 Mbytes of vectors used (32%)
Garbage collection 38 = 34+3+1 (level 0) ...
25.1 Mbytes of cons cells used (71%)
20.8 Mbytes of vectors used (32%)
Garbage collection 39 = 35+3+1 (level 0) ...
25.3 Mbytes of cons cells used (72%)
20.8 Mbytes of vectors used (32%)
Garbage collection 40 = 36+3+1 (level 0) ...
25.4 Mbytes of cons cells used (72%)
20.8 Mbytes of vectors used (32%)
Garbage collection 41 = 37+3+1 (level 0) ...
25.6 Mbytes of cons cells used (73%)
20.8 Mbytes of vectors used (32%)
Garbage collection 42 = 38+3+1 (level 0) ...
25.8 Mbytes of cons cells used (73%)
21.3 Mbytes of vectors used (33%)
Garbage collection 43 = 39+3+1 (level 0) ...
26.0 Mbytes of cons cells used (74%)
21.4 Mbytes of vectors used (33%)
Garbage collection 44 = 40+3+1 (level 0) ...
26.2 Mbytes of cons cells used (74%)
21.6 Mbytes of vectors used (34%)
Garbage collection 45 = 40+4+1 (level 1) ...
26.3 Mbytes of cons cells used (75%)
21.6 Mbytes of vectors used (34%)
Garbage collection 46 = 41+4+1 (level 0) ...
26.5 Mbytes of cons cells used (75%)
21.7 Mbytes of vectors used (34%)
Garbage collection 47 = 42+4+1 (level 0) ...
26.7 Mbytes of cons cells used (76%)
21.8 Mbytes of vectors used (34%)
Garbage collection 48 = 43+4+1 (level 0) ...
26.8 Mbytes of cons cells used (76%)
21.9 Mbytes of vectors used (34%)
Garbage collection 49 = 44+4+1 (level 0) ...
27.1 Mbytes of cons cells used (77%)
22.4 Mbytes of vectors used (35%)
Garbage collection 50 = 45+4+1 (level 0) ...
27.4 Mbytes of cons cells used (78%)
22.4 Mbytes of vectors used (35%)
Garbage collection 51 = 46+4+1 (level 0) ...
27.7 Mbytes of cons cells used (79%)
22.4 Mbytes of vectors used (35%)
Garbage collection 52 = 47+4+1 (level 0) ...
28.1 Mbytes of cons cells used (80%)
22.7 Mbytes of vectors used (35%)
Garbage collection 53 = 48+4+1 (level 0) ...
28.5 Mbytes of cons cells used (81%)
23.1 Mbytes of vectors used (36%)
Garbage collection 54 = 48+5+1 (level 1) ...
28.9 Mbytes of cons cells used (82%)
23.4 Mbytes of vectors used (36%)
Garbage collection 55 = 48+5+2 (level 2) ...
22.6 Mbytes of cons cells used (48%)
11.3 Mbytes of vectors used (18%)
Garbage collection 56 = 49+5+2 (level 0) ...
23.0 Mbytes of cons cells used (49%)
11.6 Mbytes of vectors used (18%)
Garbage collection 57 = 50+5+2 (level 0) ...
23.4 Mbytes of cons cells used (50%)
12.0 Mbytes of vectors used (19%)
Cycle: 1 NNew: 18
Cycle: 2 NNew: 1
Cycle: 3 NNew: 0
utf8        (NA -> 1.2.1   ) [CRAN]
vctrs       (NA -> 0.3.8   ) [CRAN]
pkgconfig   (NA -> 2.0.3   ) [CRAN]
pillar      (NA -> 1.6.1   ) [CRAN]
magrittr    (NA -> 2.0.1   ) [CRAN]
lifecycle   (NA -> 1.0.0   ) [CRAN]
ellipsis    (NA -> 0.3.2   ) [CRAN]
crayon      (NA -> 1.4.1   ) [CRAN]
tibble      (NA -> 3.1.2   ) [CRAN]
rlang       (NA -> 0.4.11  ) [CRAN]
rematch2    (NA -> 2.1.2   ) [CRAN]
glue        (NA -> 1.4.2   ) [CRAN]
fansi       (NA -> 0.5.0   ) [CRAN]
diffobj     (NA -> 0.3.4   ) [CRAN]
cli         (NA -> 3.0.0   ) [CRAN]
R6          (NA -> 2.5.0   ) [CRAN]
ps          (NA -> 1.6.0   ) [CRAN]
withr       (NA -> 2.4.2   ) [CRAN]
rstudioapi  (NA -> 0.13    ) [CRAN]
rprojroot   (NA -> 2.0.2   ) [CRAN]
desc        (NA -> 1.3.0   ) [CRAN]
processx    (NA -> 3.5.2   ) [CRAN]
Rcpp        (NA -> 1.0.7   ) [CRAN]
png         (NA -> 0.1-7   ) [CRAN]
waldo       (NA -> 0.2.5   ) [CRAN]
praise      (NA -> 1.0.0   ) [CRAN]
pkgload     (NA -> 1.2.1   ) [CRAN]
jsonlite    (NA -> 1.7.2   ) [CRAN]
evaluate    (NA -> 0.14    ) [CRAN]
digest      (NA -> 0.6.27  ) [CRAN]
callr       (NA -> 3.7.0   ) [CRAN]
brio        (NA -> 1.1.2   ) [CRAN]
later       (NA -> 1.2.0   ) [CRAN]
AsioHeaders (NA -> 1.16.1-1) [CRAN]
cpp11       (NA -> 0.3.1   ) [CRAN]
showimage   (NA -> 1.0.0   ) [CRAN]
testthat    (NA -> 3.0.4   ) [CRAN]
fastmap     (NA -> 1.1.0   ) [CRAN]
promises    (NA -> 1.2.0.1 ) [CRAN]
websocket   (NA -> 1.4.0   ) [CRAN]
Installing 40 packages: utf8, vctrs, pkgconfig, pillar, magrittr, lifecycle, ellipsis, crayon, tibble, rlang, rematch2, glue, fansi, diffobj, cli, R6, ps, withr, rstudioapi, rprojroot, desc, processx, Rcpp, png, waldo, praise, pkgload, jsonlite, evaluate, digest, callr, brio, later, AsioHeaders, cpp11, showimage, testthat, fastmap, promises, websocket
system (cmd0): /opt/R/4.0.4/lib/R/bin/R CMD INSTALL
Garbage collection 58 = 51+5+2 (level 0) ...
27.3 Mbytes of cons cells used (58%)
17.2 Mbytes of vectors used (27%)
Garbage collection 59 = 52+5+2 (level 0) ...
27.8 Mbytes of cons cells used (59%)
17.3 Mbytes of vectors used (27%)
Garbage collection 60 = 53+5+2 (level 0) ...
29.0 Mbytes of cons cells used (62%)
18.8 Mbytes of vectors used (29%)
Garbage collection 61 = 54+5+2 (level 0) ...
30.6 Mbytes of cons cells used (65%)
19.4 Mbytes of vectors used (30%)
Garbage collection 62 = 55+5+2 (level 0) ...
30.7 Mbytes of cons cells used (65%)
19.4 Mbytes of vectors used (30%)
Garbage collection 63 = 56+5+2 (level 0) ...
30.7 Mbytes of cons cells used (65%)
19.4 Mbytes of vectors used (30%)
Garbage collection 64 = 57+5+2 (level 0) ...
30.7 Mbytes of cons cells used (65%)
24.7 Mbytes of vectors used (39%)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  233k  100  233k    0     0  1981k      0 --:--:-- --:--:-- --:--:-- 1981k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  764k  100  764k    0     0  3840k      0 --:--:-- --:--:-- --:--:-- 3840k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  6080  100  6080    0     0  85633      0 --:--:-- --:--:-- --:--:-- 85633
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1085k  100 1085k    0     0  5654k      0 --:--:-- --:--:-- --:--:-- 5625k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  259k  100  259k    0     0  2197k      0 --:--:-- --:--:-- --:--:-- 2197k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 83389  100 83389    0     0  1017k      0 --:--:-- --:--:-- --:--:-- 1017k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  8066  100  8066    0     0   123k      0 --:--:-- --:--:-- --:--:--  123k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 35769  100 35769    0     0   499k      0 --:--:-- --:--:-- --:--:--  499k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  670k  100  670k    0     0  4653k      0 --:--:-- --:--:-- --:--:-- 4653k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  841k  100  841k    0     0  5360k      0 --:--:-- --:--:-- --:--:-- 5360k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13366  100 13366    0     0   203k      0 --:--:-- --:--:-- --:--:--  207k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 99049  100 99049    0     0  1051k      0 --:--:-- --:--:-- --:--:-- 1051k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  294k  100  294k    0     0  2497k      0 --:--:-- --:--:-- --:--:-- 2497k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  466k  100  466k    0     0  3429k      0 --:--:-- --:--:-- --:--:-- 3454k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  218k  100  218k    0     0  2123k      0 --:--:-- --:--:-- --:--:-- 2123k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 63361  100 63361    0     0   763k      0 --:--:-- --:--:-- --:--:--  773k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  116k  100  116k    0     0  1313k      0 --:--:-- --:--:-- --:--:-- 1313k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 94283  100 94283    0     0  1136k      0 --:--:-- --:--:-- --:--:-- 1136k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  107k  100  107k    0     0  1348k      0 --:--:-- --:--:-- --:--:-- 1348k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 59967  100 59967    0     0   722k      0 --:--:-- --:--:-- --:--:--  722k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  286k  100  286k    0     0  2252k      0 --:--:-- --:--:-- --:--:-- 2252k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  138k  100  138k    0     0  1354k      0 --:--:-- --:--:-- --:--:-- 1354k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2872k  100 2872k    0     0  8977k      0 --:--:-- --:--:-- --:--:-- 8977k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 24990  100 24990    0     0   262k      0 --:--:-- --:--:-- --:--:--  265k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 26295  100 26295    0     0   377k      0 --:--:-- --:--:-- --:--:--  377k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  6100  100  6100    0     0   100k      0 --:--:-- --:--:-- --:--:--  100k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 60651  100 60651    0     0   722k      0 --:--:-- --:--:-- --:--:--  722k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  411k  100  411k    0     0  3268k      0 --:--:-- --:--:-- --:--:-- 3242k
Garbage collection 65 = 58+5+2 (level 0) ...
30.7 Mbytes of cons cells used (66%)
25.0 Mbytes of vectors used (39%)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 24206  100 24206    0     0   393k      0 --:--:-- --:--:-- --:--:--  393k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  160k  100  160k    0     0  1605k      0 --:--:-- --:--:-- --:--:-- 1605k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 74518  100 74518    0     0   782k      0 --:--:-- --:--:-- --:--:--  782k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 12069  100 12069    0     0   196k      0 --:--:-- --:--:-- --:--:--  196k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 64104  100 64104    0     0   754k      0 --:--:-- --:--:-- --:--:--  754k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  476k  100  476k    0     0  3054k      0 --:--:-- --:--:-- --:--:-- 3054k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  212k  100  212k    0     0  2046k      0 --:--:-- --:--:-- --:--:-- 2046k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3438  100  3438    0     0  36967      0 --:--:-- --:--:-- --:--:-- 36967
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  672k  100  672k    0     0   897k      0 --:--:-- --:--:-- --:--:--  896k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 44277  100 44277    0     0   502k      0 --:--:-- --:--:-- --:--:--  502k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 3047k  100 3047k    0     0  8910k      0 --:--:-- --:--:-- --:--:-- 8884k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  196k  100  196k    0     0  1478k      0 --:--:-- --:--:-- --:--:-- 1489k
foundpkgs: utf8, vctrs, pkgconfig, pillar, magrittr, lifecycle, ellipsis, crayon, tibble, rlang, rematch2, glue, fansi, diffobj, cli, R6, ps, withr, rstudioapi, rprojroot, desc, processx, Rcpp, png, waldo, praise, pkgload, jsonlite, evaluate, digest, callr, brio, later, AsioHeaders, cpp11, showimage, testthat, fastmap, promises, websocket, /tmp/Rtmp4bg7hI/downloaded_packages/utf8_1.2.1.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/vctrs_0.3.8.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/pkgconfig_2.0.3.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/pillar_1.6.1.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/magrittr_2.0.1.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/lifecycle_1.0.0.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/ellipsis_0.3.2.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/crayon_1.4.1.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/tibble_3.1.2.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/rlang_0.4.11.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/rematch2_2.1.2.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/glue_1.4.2.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/fansi_0.5.0.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/diffobj_0.3.4.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/cli_3.0.0.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/R6_2.5.0.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/ps_1.6.0.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/withr_2.4.2.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/rstudioapi_0.13.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/rprojroot_2.0.2.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/desc_1.3.0.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/processx_3.5.2.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/Rcpp_1.0.7.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/png_0.1-7.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/waldo_0.2.5.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/praise_1.0.0.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/pkgload_1.2.1.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/jsonlite_1.7.2.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/evaluate_0.14.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/digest_0.6.27.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/callr_3.7.0.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/brio_1.1.2.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/later_1.2.0.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/AsioHeaders_1.16.1-1.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/cpp11_0.3.1.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/showimage_1.0.0.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/testthat_3.0.4.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/fastmap_1.1.0.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/promises_1.2.0.1.tar.gz, /tmp/Rtmp4bg7hI/downloaded_packages/websocket_1.4.0.tar.gz
files: /tmp/Rtmp4bg7hI/downloaded_packages/utf8_1.2.1.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/vctrs_0.3.8.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/pkgconfig_2.0.3.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/pillar_1.6.1.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/magrittr_2.0.1.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/lifecycle_1.0.0.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/ellipsis_0.3.2.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/crayon_1.4.1.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/tibble_3.1.2.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/rlang_0.4.11.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/rematch2_2.1.2.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/glue_1.4.2.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/fansi_0.5.0.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/diffobj_0.3.4.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/cli_3.0.0.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/R6_2.5.0.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/ps_1.6.0.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/withr_2.4.2.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/rstudioapi_0.13.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/rprojroot_2.0.2.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/desc_1.3.0.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/processx_3.5.2.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/Rcpp_1.0.7.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/png_0.1-7.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/waldo_0.2.5.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/praise_1.0.0.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/pkgload_1.2.1.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/jsonlite_1.7.2.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/evaluate_0.14.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/digest_0.6.27.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/callr_3.7.0.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/brio_1.1.2.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/later_1.2.0.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/AsioHeaders_1.16.1-1.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/cpp11_0.3.1.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/showimage_1.0.0.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/testthat_3.0.4.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/fastmap_1.1.0.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/promises_1.2.0.1.tar.gz,
	/tmp/Rtmp4bg7hI/downloaded_packages/websocket_1.4.0.tar.gz
* installing *source* package ‘utf8’ ...
** package ‘utf8’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c as_utf8.c -o as_utf8.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c bytes.c -o bytes.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c context.c -o context.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c render.c -o render.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c render_table.c -o render_table.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c string.c -o string.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c text.c -o text.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8_encode.c -o utf8_encode.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8_format.c -o utf8_format.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8_normalize.c -o utf8_normalize.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8_valid.c -o utf8_valid.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8_width.c -o utf8_width.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c util.c -o util.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/array.c -o utf8lite/src/array.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/char.c -o utf8lite/src/char.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/encode.c -o utf8lite/src/encode.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/error.c -o utf8lite/src/error.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/escape.c -o utf8lite/src/escape.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/graph.c -o utf8lite/src/graph.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/graphscan.c -o utf8lite/src/graphscan.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/normalize.c -o utf8lite/src/normalize.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/render.c -o utf8lite/src/render.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/text.c -o utf8lite/src/text.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/textassign.c -o utf8lite/src/textassign.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/textiter.c -o utf8lite/src/textiter.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/textmap.c -o utf8lite/src/textmap.o
ar rcs libcutf8lite.a utf8lite/src/array.o utf8lite/src/char.o utf8lite/src/encode.o utf8lite/src/error.o utf8lite/src/escape.o utf8lite/src/graph.o utf8lite/src/graphscan.o utf8lite/src/normalize.o utf8lite/src/render.o utf8lite/src/text.o utf8lite/src/textassign.o utf8lite/src/textiter.o utf8lite/src/textmap.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o utf8.so as_utf8.o bytes.o context.o init.o render.o render_table.o string.o text.o utf8_encode.o utf8_format.o utf8_normalize.o utf8_valid.o utf8_width.o util.o -L. -lcutf8lite -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-utf8/00new/utf8/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (utf8)
1): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/utf8_1.2.1.tar.gz''
* installing *source* package ‘pkgconfig’ ...
** package ‘pkgconfig’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (pkgconfig)
2): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/pkgconfig_2.0.3.tar.gz''
* installing *source* package ‘magrittr’ ...
** package ‘magrittr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c pipe.c -o pipe.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c utils.c -o utils.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o magrittr.so pipe.o utils.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-magrittr/00new/magrittr/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (magrittr)
3): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/magrittr_2.0.1.tar.gz''
* installing *source* package ‘crayon’ ...
** package ‘crayon’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (crayon)
4): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/crayon_1.4.1.tar.gz''
* installing *source* package ‘rlang’ ...
** package ‘rlang’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib/  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c capture.c -o capture.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib/  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c export.c -o export.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib/  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c internal.c -o internal.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib/  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c lib.c -o lib.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib/  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c version.c -o version.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o rlang.so capture.o export.o internal.o lib.o version.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-rlang/00new/rlang/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (rlang)
5): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/rlang_0.4.11.tar.gz''
* installing *source* package ‘glue’ ...
** package ‘glue’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c glue.c -o glue.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c trim.c -o trim.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o glue.so glue.o init.o trim.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-glue/00new/glue/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (glue)
6): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/glue_1.4.2.tar.gz''
* installing *source* package ‘fansi’ ...
** package ‘fansi’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c assumptions.c -o assumptions.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c has.c -o has.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c nchar.c -o nchar.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c read.c -o read.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c rnchar.c -o rnchar.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c state.c -o state.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c strip.c -o strip.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c strsplit.c -o strsplit.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c tabs.c -o tabs.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c tohtml.c -o tohtml.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unhandled.c -o unhandled.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unique.c -o unique.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c utf8.c -o utf8.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c utils.c -o utils.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c wrap.c -o wrap.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o fansi.so assumptions.o has.o init.o nchar.o read.o rnchar.o state.o strip.o strsplit.o tabs.o tohtml.o unhandled.o unique.o utf8.o utils.o wrap.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-fansi/00new/fansi/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (fansi)
7): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/fansi_0.5.0.tar.gz''
* installing *source* package ‘R6’ ...
** package ‘R6’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (R6)
8): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/R6_2.5.0.tar.gz''
* installing *source* package ‘ps’ ...
** package ‘ps’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -g -O2  -Wall px.c -o px
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c api-common.c -o api-common.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c common.c -o common.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c extra.c -o extra.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c dummy.c -o dummy.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c error-codes.c -o error-codes.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c posix.c -o posix.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c api-posix.c -o api-posix.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c linux.c -o linux.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c api-linux.c -o api-linux.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o ps.so init.o api-common.o common.o extra.o dummy.o error-codes.o posix.o api-posix.o linux.o api-linux.o -L/opt/R/4.0.4/lib/R/lib -lR
installing via 'install.libs.R' to /opt/R/4.0.4/lib/R/library/00LOCK-ps/00new/ps
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (ps)
9): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/ps_1.6.0.tar.gz''
* installing *source* package ‘withr’ ...
** package ‘withr’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (withr)
10): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/withr_2.4.2.tar.gz''
* installing *source* package ‘rstudioapi’ ...
** package ‘rstudioapi’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (rstudioapi)
11): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/rstudioapi_0.13.tar.gz''
* installing *source* package ‘rprojroot’ ...
** package ‘rprojroot’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (rprojroot)
12): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/rprojroot_2.0.2.tar.gz''
* installing *source* package ‘Rcpp’ ...
** package ‘Rcpp’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2  -c api.cpp -o api.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2  -c attributes.cpp -o attributes.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2  -c barrier.cpp -o barrier.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2  -c date.cpp -o date.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2  -c module.cpp -o module.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2  -c rcpp_init.cpp -o rcpp_init.o
g++ -std=gnu++11 -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o Rcpp.so api.o attributes.o barrier.o date.o module.o rcpp_init.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-Rcpp/00new/Rcpp/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (Rcpp)
13): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/Rcpp_1.0.7.tar.gz''
* installing *source* package ‘png’ ...
** package ‘png’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   `libpng-config --cflags` -fpic  -g -O2  -c read.c -o read.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   `libpng-config --cflags` -fpic  -g -O2  -c write.c -o write.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o png.so read.o write.o -lpng16 -lm -lz -lm -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-png/00new/png/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (png)
14): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/png_0.1-7.tar.gz''
* installing *source* package ‘praise’ ...
** package ‘praise’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (praise)
15): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/praise_1.0.0.tar.gz''
* installing *source* package ‘jsonlite’ ...
** package ‘jsonlite’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c base64.c -o base64.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c collapse_array.c -o collapse_array.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c collapse_object.c -o collapse_object.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c collapse_pretty.c -o collapse_pretty.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c escape_chars.c -o escape_chars.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c integer64_to_na.c -o integer64_to_na.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c is_datelist.c -o is_datelist.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c is_recordlist.c -o is_recordlist.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c is_scalarlist.c -o is_scalarlist.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c modp_numtoa.c -o modp_numtoa.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c null_to_na.c -o null_to_na.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c num_to_char.c -o num_to_char.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c parse.c -o parse.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c prettify.c -o prettify.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c push_parser.c -o push_parser.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c r-base64.c -o r-base64.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c register.c -o register.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c row_collapse.c -o row_collapse.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c transpose_list.c -o transpose_list.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c validate.c -o validate.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl.c -o yajl/yajl.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl_alloc.c -o yajl/yajl_alloc.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl_buf.c -o yajl/yajl_buf.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl_encode.c -o yajl/yajl_encode.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl_gen.c -o yajl/yajl_gen.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl_lex.c -o yajl/yajl_lex.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl_parser.c -o yajl/yajl_parser.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl_tree.c -o yajl/yajl_tree.o
ar rcs yajl/libstatyajl.a yajl/yajl.o yajl/yajl_alloc.o yajl/yajl_buf.o yajl/yajl_encode.o yajl/yajl_gen.o yajl/yajl_lex.o yajl/yajl_parser.o yajl/yajl_tree.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o jsonlite.so base64.o collapse_array.o collapse_object.o collapse_pretty.o escape_chars.o integer64_to_na.o is_datelist.o is_recordlist.o is_scalarlist.o modp_numtoa.o null_to_na.o num_to_char.o parse.o prettify.o push_parser.o r-base64.o register.o row_collapse.o transpose_list.o validate.o -Lyajl -lstatyajl -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-jsonlite/00new/jsonlite/libs
** R
** inst
** byte-compile and prepare package for lazy loading
in method for ‘asJSON’ with signature ‘"blob"’: no definition for class “blob”
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (jsonlite)
16): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/jsonlite_1.7.2.tar.gz''
* installing *source* package ‘evaluate’ ...
** package ‘evaluate’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (evaluate)
17): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/evaluate_0.14.tar.gz''
* installing *source* package ‘digest’ ...
** package ‘digest’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c SpookyV2.cpp -o SpookyV2.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c aes.c -o aes.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c blake3.c -o blake3.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c blake3_dispatch.c -o blake3_dispatch.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c blake3_portable.c -o blake3_portable.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c crc32.c -o crc32.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c digest.c -o digest.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c digest2int.c -o digest2int.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c md5.c -o md5.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c pmurhash.c -o pmurhash.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c raes.c -o raes.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c sha1.c -o sha1.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c sha2.c -o sha2.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c sha256.c -o sha256.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c spooky_serialize.cpp -o spooky_serialize.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c xxhash.c -o xxhash.o
g++ -std=gnu++11 -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o digest.so SpookyV2.o aes.o blake3.o blake3_dispatch.o blake3_portable.o crc32.o digest.o digest2int.o init.o md5.o pmurhash.o raes.o sha1.o sha2.o sha256.o spooky_serialize.o xxhash.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-digest/00new/digest/libs
** R
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (digest)
18): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/digest_0.6.27.tar.gz''
* installing *source* package ‘brio’ ...
** package ‘brio’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c brio.c -o brio.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c file_line_endings.c -o file_line_endings.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c read_file.c -o read_file.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c read_file_raw.c -o read_file_raw.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c read_lines.c -o read_lines.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c write_file.c -o write_file.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c write_lines.c -o write_lines.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o brio.so brio.o file_line_endings.o init.o read_file.o read_file_raw.o read_lines.o write_file.o write_lines.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-brio/00new/brio/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (brio)
19): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/brio_1.1.2.tar.gz''
* installing *source* package ‘AsioHeaders’ ...
** package ‘AsioHeaders’ successfully unpacked and MD5 sums checked
** using staged installation
** inst
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (AsioHeaders)
20): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/AsioHeaders_1.16.1-1.tar.gz''
* installing *source* package ‘cpp11’ ...
** package ‘cpp11’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (cpp11)
21): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/cpp11_0.3.1.tar.gz''
* installing *source* package ‘fastmap’ ...
** package ‘fastmap’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Ilib/  -I/usr/local/include  -DR_NO_REMAP -fpic  -g -O2  -c fastmap.cpp -o fastmap.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Ilib/  -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
g++ -std=gnu++11 -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o fastmap.so fastmap.o init.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-fastmap/00new/fastmap/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (fastmap)
22): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/fastmap_1.1.0.tar.gz''
* installing *source* package ‘lifecycle’ ...
** package ‘lifecycle’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (lifecycle)
23): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/lifecycle_1.0.0.tar.gz''
* installing *source* package ‘ellipsis’ ...
** package ‘ellipsis’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c dots.c -o dots.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o ellipsis.so dots.o init.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-ellipsis/00new/ellipsis/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (ellipsis)
24): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/ellipsis_0.3.2.tar.gz''
* installing *source* package ‘diffobj’ ...
** package ‘diffobj’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c diff.c -o diff.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c diffobj.c -o diffobj.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o diffobj.so diff.o diffobj.o init.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-diffobj/00new/diffobj/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (diffobj)
25): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/diffobj_0.3.4.tar.gz''
* installing *source* package ‘cli’ ...
** package ‘cli’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c cleancall.c -o cleancall.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c errors.c -o errors.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c progress-altrep.c -o progress-altrep.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c progress.c -o progress.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c thread.c -o thread.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c tty.c -o tty.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c win-utf8.c -o win-utf8.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o cli.so cleancall.o errors.o init.o progress-altrep.o progress.o thread.o tty.o win-utf8.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-cli/00new/cli/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (cli)
26): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/cli_3.0.0.tar.gz''
* installing *source* package ‘desc’ ...
** package ‘desc’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (desc)
27): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/desc_1.3.0.tar.gz''
* installing *source* package ‘processx’ ...
** package ‘processx’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -g -O2  -L/usr/local/lib -Wall tools/px.c -o tools/px
gcc -g -O2  -L/usr/local/lib supervisor/supervisor.c \
      supervisor/utils.c -o supervisor/supervisor
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c base64.c -o base64.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c client.c -o client.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c errors.c -o errors.o
gcc -shared -L"/opt/R/4.0.4/lib/R/lib" -L/usr/local/lib -o client.so base64.o client.o errors.o  \
	 -L"/opt/R/4.0.4/lib/R/lib" -lR
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c poll.c -o poll.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c processx-connection.c -o processx-connection.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c processx-vector.c -o processx-vector.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c create-time.c -o create-time.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unix/childlist.c -o unix/childlist.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unix/connection.c -o unix/connection.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unix/processx.c -o unix/processx.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unix/sigchld.c -o unix/sigchld.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unix/utils.c -o unix/utils.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unix/named_pipe.c -o unix/named_pipe.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c cleancall.c -o cleancall.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o processx.so init.o poll.o errors.o processx-connection.o processx-vector.o create-time.o base64.o unix/childlist.o unix/connection.o unix/processx.o unix/sigchld.o unix/utils.o unix/named_pipe.o cleancall.o -L/opt/R/4.0.4/lib/R/lib -lR
installing via 'install.libs.R' to /opt/R/4.0.4/lib/R/library/00LOCK-processx/00new/processx
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (processx)
28): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/processx_3.5.2.tar.gz''
* installing *source* package ‘later’ ...
** package ‘later’ successfully unpacked and MD5 sums checked
** using staged installation
Running configure script
-latomic linker flag not needed.
** libs
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c callback_registry.cpp -o callback_registry.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c debug.cpp -o debug.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c later.cpp -o later.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c later_posix.cpp -o later_posix.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c later_win32.cpp -o later_win32.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c timer_posix.cpp -o timer_posix.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c timestamp_unix.cpp -o timestamp_unix.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c timestamp_win32.cpp -o timestamp_win32.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c tinycthread.c -o tinycthread.o
g++ -std=gnu++11 -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o later.so RcppExports.o callback_registry.o debug.o init.o later.o later_posix.o later_win32.o timer_posix.o timestamp_unix.o timestamp_win32.o tinycthread.o -pthread -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-later/00new/later/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (later)
29): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/later_1.2.0.tar.gz''
* installing *source* package ‘showimage’ ...
** package ‘showimage’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (showimage)
30): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/showimage_1.0.0.tar.gz''
* installing *source* package ‘vctrs’ ...
** package ‘vctrs’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c altrep-rle.c -o altrep-rle.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c arg-counter.c -o arg-counter.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c arg.c -o arg.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c bind.c -o bind.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c c-unchop.c -o c-unchop.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c c.c -o c.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c callables.c -o callables.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c cast-bare.c -o cast-bare.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c cast-dispatch.c -o cast-dispatch.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c cast.c -o cast.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c compare.c -o compare.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c complete.c -o complete.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c conditions.c -o conditions.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c dictionary.c -o dictionary.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c dim.c -o dim.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c equal.c -o equal.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c fields.c -o fields.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c fill.c -o fill.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c group.c -o group.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c growable.c -o growable.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c hash.c -o hash.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c names.c -o names.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c order-groups.c -o order-groups.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c order-radix.c -o order-radix.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c order-sortedness.c -o order-sortedness.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c order-transform.c -o order-transform.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c order-truelength.c -o order-truelength.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c poly-op.c -o poly-op.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c proxy-restore.c -o proxy-restore.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c proxy.c -o proxy.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c ptype2-dispatch.c -o ptype2-dispatch.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c rep.c -o rep.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c runs.c -o runs.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c shape.c -o shape.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c size-common.c -o size-common.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c size.c -o size.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c slice-array.c -o slice-array.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c slice-assign-array.c -o slice-assign-array.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c slice-assign.c -o slice-assign.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c slice-chop.c -o slice-chop.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c slice.c -o slice.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c split.c -o split.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c subscript-loc.c -o subscript-loc.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c subscript.c -o subscript.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c translate.c -o translate.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c type-data-frame.c -o type-data-frame.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c type-date-time.c -o type-date-time.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c type-factor.c -o type-factor.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c type-info.c -o type-info.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c type-tibble.c -o type-tibble.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c type.c -o type.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c type2.c -o type2.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c typeof2-s3.c -o typeof2-s3.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c typeof2.c -o typeof2.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c unspecified.c -o unspecified.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c utils-dispatch.c -o utils-dispatch.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c utils-rlang.c -o utils-rlang.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c utils.c -o utils.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c version.c -o version.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o vctrs.so altrep-rle.o arg-counter.o arg.o bind.o c-unchop.o c.o callables.o cast-bare.o cast-dispatch.o cast.o compare.o complete.o conditions.o dictionary.o dim.o equal.o fields.o fill.o group.o growable.o hash.o init.o names.o order-groups.o order-radix.o order-sortedness.o order-transform.o order-truelength.o poly-op.o proxy-restore.o proxy.o ptype2-dispatch.o rep.o runs.o shape.o size-common.o size.o slice-array.o slice-assign-array.o slice-assign.o slice-chop.o slice.o split.o subscript-loc.o subscript.o translate.o type-data-frame.o type-date-time.o type-factor.o type-info.o type-tibble.o type.o type2.o typeof2-s3.o typeof2.o unspecified.o utils-dispatch.o utils-rlang.o utils.o version.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-vctrs/00new/vctrs/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (vctrs)
31): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/vctrs_0.3.8.tar.gz''
* installing *source* package ‘pkgload’ ...
** package ‘pkgload’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (pkgload)
32): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/pkgload_1.2.1.tar.gz''
* installing *source* package ‘callr’ ...
** package ‘callr’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (callr)
33): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/callr_3.7.0.tar.gz''
* installing *source* package ‘promises’ ...
** package ‘promises’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG  -I'/opt/R/4.0.4/lib/R/library/later/include' -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG  -I'/opt/R/4.0.4/lib/R/library/later/include' -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c promise_task.cpp -o promise_task.o
g++ -std=gnu++11 -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o promises.so RcppExports.o promise_task.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-promises/00new/promises/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (promises)
34): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/promises_1.2.0.1.tar.gz''
* installing *source* package ‘websocket’ ...
** package ‘websocket’ successfully unpacked and MD5 sums checked
** using staged installation
Found pkg-config cflags and libs!
Using PKG_CFLAGS=
Using PKG_LIBS=-l:libssl.so.1.1 -l:libcrypto.so.1.1
** libs
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib  -I'/opt/R/4.0.4/lib/R/library/cpp11/include' -I'/opt/R/4.0.4/lib/R/library/AsioHeaders/include' -I'/opt/R/4.0.4/lib/R/library/later/include' -I/usr/local/include   -fpic  -g -O2  -c cpp11.cpp -o cpp11.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib  -I'/opt/R/4.0.4/lib/R/library/cpp11/include' -I'/opt/R/4.0.4/lib/R/library/AsioHeaders/include' -I'/opt/R/4.0.4/lib/R/library/later/include' -I/usr/local/include   -fpic  -g -O2  -c debug.cpp -o debug.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib  -I'/opt/R/4.0.4/lib/R/library/cpp11/include' -I'/opt/R/4.0.4/lib/R/library/AsioHeaders/include' -I'/opt/R/4.0.4/lib/R/library/later/include' -I/usr/local/include   -fpic  -g -O2  -c websocket.cpp -o websocket.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib  -I'/opt/R/4.0.4/lib/R/library/cpp11/include' -I'/opt/R/4.0.4/lib/R/library/AsioHeaders/include' -I'/opt/R/4.0.4/lib/R/library/later/include' -I/usr/local/include   -fpic  -g -O2  -c websocket_connection.cpp -o websocket_connection.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib  -I'/opt/R/4.0.4/lib/R/library/cpp11/include' -I'/opt/R/4.0.4/lib/R/library/AsioHeaders/include' -I'/opt/R/4.0.4/lib/R/library/later/include' -I/usr/local/include   -fpic  -g -O2  -c websocket_task.cpp -o websocket_task.o
g++ -std=gnu++11 -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o websocket.so cpp11.o debug.o websocket.o websocket_connection.o websocket_task.o -l:libssl.so.1.1 -l:libcrypto.so.1.1 -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-websocket/00new/websocket/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (websocket)
35): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/websocket_1.4.0.tar.gz''
* installing *source* package ‘pillar’ ...
** package ‘pillar’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (pillar)
36): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/pillar_1.6.1.tar.gz''
* installing *source* package ‘tibble’ ...
** package ‘tibble’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c attributes.c -o attributes.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c coerce.c -o coerce.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c matrixToDataFrame.c -o matrixToDataFrame.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o tibble.so attributes.o coerce.o init.o matrixToDataFrame.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-tibble/00new/tibble/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (tibble)
37): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/tibble_3.1.2.tar.gz''
* installing *source* package ‘rematch2’ ...
** package ‘rematch2’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (rematch2)
38): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/rematch2_2.1.2.tar.gz''
* installing *source* package ‘waldo’ ...
** package ‘waldo’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (waldo)
39): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/waldo_0.2.5.tar.gz''
* installing *source* package ‘testthat’ ...
** package ‘testthat’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include -DCOMPILING_TESTTHAT  -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include -DCOMPILING_TESTTHAT  -I/usr/local/include   -fpic  -g -O2  -c reassign.c -o reassign.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include -DCOMPILING_TESTTHAT  -I/usr/local/include   -fpic  -g -O2  -c test-catch.cpp -o test-catch.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include -DCOMPILING_TESTTHAT  -I/usr/local/include   -fpic  -g -O2  -c test-example.cpp -o test-example.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include -DCOMPILING_TESTTHAT  -I/usr/local/include   -fpic  -g -O2  -c test-runner.cpp -o test-runner.o
g++ -std=gnu++11 -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o testthat.so init.o reassign.o test-catch.o test-example.o test-runner.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-testthat/00new/testthat/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (testthat)
40): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/downloaded_packages/testthat_3.0.4.tar.gz''

The downloaded source packages are in
	‘/tmp/Rtmp4bg7hI/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Running `R CMD build`...
* checking for file ‘/tmp/Rtmp4bg7hI/remotes59ba11dc/rstudio-chromote-0a427c0/DESCRIPTION’ ... OK
* preparing ‘chromote’:
* checking DESCRIPTION meta-information ... OK
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘chromote_0.0.0.9003.tar.gz’
system (cmd0): /opt/R/4.0.4/lib/R/bin/R CMD INSTALL
* installing *source* package ‘chromote’ ...
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (chromote)
1): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmp4bg7hI/file59b10dc2f34/chromote_0.0.0.9003.tar.gz''
>
>
> library(chromote)
now dyn.load("/opt/R/4.0.4/lib/R/library/Rcpp/libs/Rcpp.so") ...
Garbage collection 66 = 59+5+2 (level 0) ...
35.0 Mbytes of cons cells used (75%)
27.2 Mbytes of vectors used (42%)
Garbage collection 67 = 60+5+2 (level 0) ...
35.6 Mbytes of cons cells used (76%)
27.4 Mbytes of vectors used (43%)
now dyn.load("/opt/R/4.0.4/lib/R/library/later/libs/later.so") ...
now dyn.load("/opt/R/4.0.4/lib/R/library/rlang/libs/rlang.so") ...
now dyn.load("/opt/R/4.0.4/lib/R/library/magrittr/libs/magrittr.so") ...
now dyn.load("/opt/R/4.0.4/lib/R/library/promises/libs/promises.so") ...
now dyn.load("/opt/R/4.0.4/lib/R/library/fastmap/libs/fastmap.so") ...
now dyn.load("/opt/R/4.0.4/lib/R/library/jsonlite/libs/jsonlite.so") ...
Garbage collection 68 = 60+5+3 (level 2) ...
28.2 Mbytes of cons cells used (60%)
12.1 Mbytes of vectors used (19%)
now dyn.load("/opt/R/4.0.4/lib/R/library/processx/libs/processx.so") ...
now dyn.load("/opt/R/4.0.4/lib/R/library/ps/libs/ps.so") ...
now dyn.load("/opt/R/4.0.4/lib/R/library/websocket/libs/websocket.so") ...
>
> # Make session
> b <- ChromoteSession$new()
Garbage collection 69 = 61+5+3 (level 0) ...
36.4 Mbytes of cons cells used (78%)
14.2 Mbytes of vectors used (22%)
Garbage collection 70 = 62+5+3 (level 0) ...
37.8 Mbytes of cons cells used (81%)
14.2 Mbytes of vectors used (22%)
Garbage collection 71 = 62+6+3 (level 1) ...
38.8 Mbytes of cons cells used (83%)
14.2 Mbytes of vectors used (22%)
Garbage collection 72 = 62+6+4 (level 2) ...
39.7 Mbytes of cons cells used (49%)
14.1 Mbytes of vectors used (22%)
>
> # Download google.com
> b$Page$navigate("https://www.rstudio.com/")
Garbage collection 73 = 63+6+4 (level 0) ...
44.7 Mbytes of cons cells used (55%)
15.5 Mbytes of vectors used (24%)
Garbage collection 74 = 64+6+4 (level 0) ...
44.7 Mbytes of cons cells used (55%)
15.5 Mbytes of vectors used (24%)
$frameId
[1] "C57B4B21AE479F2E490929FB077D738A"

$loaderId
[1] "14D6152BE3257EEF64D46455FC8EBD59"

>
> # Get the outer HTML of the document
> outerHTML <- b$DOM$getOuterHTML(b$DOM$getDocument()$root$nodeId)$outerHTML
> print(outerHTML)
[1] "<!DOCTYPE html><html lang=\"en\"><head>\n  <meta charset=\"utf-8\">\n  \n  \n  \n  <script async=\"\" src=\"https://www.googletagmanager.com/gtm.js?id=GTM-TLQTK9R\"></script><script async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=UA-20375833-3\"></script>\n  <script>\n    window.dataLayer = window.dataLayer || [];\n    function gtag(){dataLayer.push(arguments);}\n    gtag('js', new Date());\n\n    gtag('config', 'UA-20375833-3');\n  </script>\n\n  \n  <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n  new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n  j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n  'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n  })(window,document,'script','dataLayer','GTM-TLQTK9R');</script>\n  \n\n\n  \n<script src=\"https://client-registry.mutinycdn.com/personalize/client/013e765e14ebf565.js\"></script></head></html>"
>
> # Yell if it doesn't find the close `html` tag; close tag is more consistent
> stopifnot(grepl("</html>", outerHTML, fixed = TRUE))
>
chromote... SUCCESS
chromote... SUCCESS

@schloerke
Copy link
Contributor Author

make test-xenial-chromote
> make test-xenial-chromote
docker run --rm --name spd-xenial-chromote -v /Users/barret/Documents/git/rstudio/shinyapps-package-dependencies/shinyapps-package-dependencies:/shinyapps rstudio/shinyapps-package-dependencies:xenial /shinyapps/test chromote
***** PACKAGE chromote
***** INSTALLING...
+ set -e
+ apt-get update -qq
+ curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 79.6M  100 79.6M    0     0  11.2M      0  0:00:07  0:00:07 --:--:-- 11.6M
+ apt-get install -y ./google-chrome-stable_current_amd64.deb
Jul 15 21:21:03 Reading package lists...
Jul 15 21:21:03 Building dependency tree...
Jul 15 21:21:03 Reading state information...
Jul 15 21:21:03 The following additional packages will be installed:
Jul 15 21:21:03   acl adwaita-icon-theme at-spi2-core colord colord-data
Jul 15 21:21:03   dconf-gsettings-backend dconf-service fonts-liberation glib-networking
Jul 15 21:21:03   glib-networking-common glib-networking-services gsettings-desktop-schemas
Jul 15 21:21:03   humanity-icon-theme libatk-bridge2.0-0 libatspi2.0-0 libcapnp-0.5.3
Jul 15 21:21:03   libcolord2 libcolorhug2 libcroco3 libdconf1 libegl1-mesa libepoxy0 libexif12
Jul 15 21:21:03   libgbm1 libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0
Jul 15 21:21:03   libgtk-3-bin libgtk-3-common libgudev-1.0-0 libgusb2 libieee1284-3
Jul 15 21:21:03   libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient9 libmircommon7
Jul 15 21:21:03   libmircore1 libmirprotobuf3 libpam-systemd libpolkit-agent-1-0
Jul 15 21:21:03   libpolkit-backend-1-0 libpolkit-gobject-1-0 libproxy1v5 librest-0.7-0
Jul 15 21:21:03   librsvg2-2 librsvg2-common libsane libsane-common libsoup-gnome2.4-1
Jul 15 21:21:03   libsoup2.4-1 libusb-1.0-0 libvulkan1 libwayland-client0 libwayland-cursor0
Jul 15 21:21:03   libwayland-egl1-mesa libwayland-server0 libxcb-xfixes0 libxkbcommon0
Jul 15 21:21:03   policykit-1 ubuntu-mono xkb-data
Jul 15 21:21:03 Suggested packages:
Jul 15 21:21:03   colord-sensor-argyll gphoto2 gvfs librsvg2-bin avahi-daemon hplip
Jul 15 21:21:03   libsane-extras sane-utils
Jul 15 21:21:03 Recommended packages:
Jul 15 21:21:03   libu2f-udev
Jul 15 21:21:03 The following NEW packages will be installed:
Jul 15 21:21:03   acl adwaita-icon-theme at-spi2-core colord colord-data
Jul 15 21:21:03   dconf-gsettings-backend dconf-service fonts-liberation glib-networking
Jul 15 21:21:03   glib-networking-common glib-networking-services google-chrome-stable
Jul 15 21:21:03   gsettings-desktop-schemas humanity-icon-theme libatk-bridge2.0-0
Jul 15 21:21:03   libatspi2.0-0 libcapnp-0.5.3 libcolord2 libcolorhug2 libcroco3 libdconf1
Jul 15 21:21:03   libegl1-mesa libepoxy0 libexif12 libgbm1 libgphoto2-6 libgphoto2-l10n
Jul 15 21:21:03   libgphoto2-port12 libgtk-3-0 libgtk-3-bin libgtk-3-common libgudev-1.0-0
Jul 15 21:21:03   libgusb2 libieee1284-3 libjson-glib-1.0-0 libjson-glib-1.0-common
Jul 15 21:21:03   libmirclient9 libmircommon7 libmircore1 libmirprotobuf3 libpam-systemd
Jul 15 21:21:03   libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libproxy1v5
Jul 15 21:21:03   librest-0.7-0 librsvg2-2 librsvg2-common libsane libsane-common
Jul 15 21:21:03   libsoup-gnome2.4-1 libsoup2.4-1 libusb-1.0-0 libvulkan1 libwayland-client0
Jul 15 21:21:03   libwayland-cursor0 libwayland-egl1-mesa libwayland-server0 libxcb-xfixes0
Jul 15 21:21:03   libxkbcommon0 policykit-1 ubuntu-mono xkb-data
Jul 15 21:21:04 0 upgraded, 63 newly installed, 0 to remove and 17 not upgraded.
Jul 15 21:21:04 Need to get 15.5 MB/99.1 MB of archives.
Jul 15 21:21:04 After this operation, 349 MB of additional disk space will be used.
Jul 15 21:21:04 Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 fonts-liberation all 1.07.4-1 [829 kB]
Jul 15 21:21:04 Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 libatspi2.0-0 amd64 2.18.3-4ubuntu1 [57.4 kB]
Jul 15 21:21:04 Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-0 amd64 2.18.1-2ubuntu1 [52.8 kB]
Jul 15 21:21:04 Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-server0 amd64 1.12.0-1~ubuntu16.04.3 [28.0 kB]
Jul 15 21:21:04 Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgbm1 amd64 18.0.5-0ubuntu0~16.04.1 [24.0 kB]
Jul 15 21:21:04 Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdconf1 amd64 0.24.0-2 [31.4 kB]
Jul 15 21:21:04 Get:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 dconf-service amd64 0.24.0-2 [27.1 kB]
Jul 15 21:21:04 Get:8 http://archive.ubuntu.com/ubuntu xenial/main amd64 dconf-gsettings-backend amd64 0.24.0-2 [19.4 kB]
Jul 15 21:21:04 Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-bin amd64 3.18.9-1ubuntu3.3 [53.7 kB]
Jul 15 21:21:04 Get:10 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcroco3 amd64 0.6.11-1 [81.6 kB]
Jul 15 21:21:04 Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librsvg2-2 amd64 2.40.13-3ubuntu0.2 [93.8 kB]
Jul 15 21:21:05 Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librsvg2-common amd64 2.40.13-3ubuntu0.2 [5038 B]
Jul 15 21:21:05 Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 humanity-icon-theme all 0.6.10.1 [1289 kB]
Jul 15 21:21:05 Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-mono all 14.04+16.04.20180326-0ubuntu1 [178 kB]
Jul 15 21:21:05 Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 adwaita-icon-theme all 3.18.0-2ubuntu3.1 [3359 kB]
Jul 15 21:21:05 Get:16 /google-chrome-stable_current_amd64.deb google-chrome-stable amd64 91.0.4472.164-1 [83.6 MB]
Jul 15 21:21:05 Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-common all 3.18.9-1ubuntu3.3 [206 kB]
Jul 15 21:21:05 Get:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcolord2 amd64 1.2.12-1ubuntu1 [104 kB]
Jul 15 21:21:05 Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libepoxy0 amd64 1.3.1-1ubuntu0.16.04.2 [177 kB]
Jul 15 21:21:05 Get:20 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-common all 1.1.2-0ubuntu1 [6172 B]
Jul 15 21:21:05 Get:21 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-0 amd64 1.1.2-0ubuntu1 [60.3 kB]
Jul 15 21:21:05 Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcapnp-0.5.3 amd64 0.5.3-2ubuntu1.1 [580 kB]
Jul 15 21:21:05 Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore1 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [24.4 kB]
Jul 15 21:21:05 Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon7 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [89.7 kB]
Jul 15 21:21:05 Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirprotobuf3 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [120 kB]
Jul 15 21:21:05 Get:26 http://archive.ubuntu.com/ubuntu xenial/main amd64 xkb-data all 2.16-1ubuntu1 [305 kB]
Jul 15 21:21:05 Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxkbcommon0 amd64 0.5.0-1ubuntu2.1 [96.7 kB]
Jul 15 21:21:05 Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient9 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [194 kB]
Jul 15 21:21:05 Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libproxy1v5 amd64 0.4.11-5ubuntu1.2 [45.7 kB]
Jul 15 21:21:05 Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-common all 2.48.2-1~ubuntu16.04.2 [11.1 kB]
Jul 15 21:21:05 Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-services amd64 2.48.2-1~ubuntu16.04.2 [16.2 kB]
Jul 15 21:21:05 Get:32 http://archive.ubuntu.com/ubuntu xenial/main amd64 gsettings-desktop-schemas all 3.18.1-1ubuntu1 [25.9 kB]
Jul 15 21:21:05 Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking amd64 2.48.2-1~ubuntu16.04.2 [43.8 kB]
Jul 15 21:21:05 Get:34 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup2.4-1 amd64 2.52.2-1ubuntu0.3 [270 kB]
Jul 15 21:21:05 Get:35 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup-gnome2.4-1 amd64 2.52.2-1ubuntu0.3 [4986 B]
Jul 15 21:21:05 Get:36 http://archive.ubuntu.com/ubuntu xenial/main amd64 librest-0.7-0 amd64 0.7.93-1 [31.9 kB]
Jul 15 21:21:05 Get:37 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-client0 amd64 1.12.0-1~ubuntu16.04.3 [22.5 kB]
Jul 15 21:21:05 Get:38 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-cursor0 amd64 1.12.0-1~ubuntu16.04.3 [10.1 kB]
Jul 15 21:21:05 Get:39 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0 amd64 1.11.1-1ubuntu1 [8840 B]
Jul 15 21:21:05 Get:40 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [87.0 kB]
Jul 15 21:21:05 Get:41 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-egl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [5778 B]
Jul 15 21:21:05 Get:42 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-0 amd64 3.18.9-1ubuntu3.3 [2352 kB]
Jul 15 21:21:06 Get:43 http://archive.ubuntu.com/ubuntu xenial/main amd64 libieee1284-3 amd64 0.2.11-12 [23.8 kB]
Jul 15 21:21:06 Get:44 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane-common all 1.0.25+git20150528-1ubuntu2.16.04.3 [709 kB]
Jul 15 21:21:06 Get:45 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-systemd amd64 229-4ubuntu21.31 [115 kB]
Jul 15 21:21:06 Get:46 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpolkit-gobject-1-0 amd64 0.105-14.1ubuntu0.5 [36.6 kB]
Jul 15 21:21:06 Get:47 http://archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-0 amd64 2:1.0.20-1 [42.9 kB]
Jul 15 21:21:06 Get:48 http://archive.ubuntu.com/ubuntu xenial/main amd64 acl amd64 2.2.52-3 [38.0 kB]
Jul 15 21:21:06 Get:49 http://archive.ubuntu.com/ubuntu xenial/main amd64 at-spi2-core amd64 2.18.3-4ubuntu1 [45.7 kB]
Jul 15 21:21:06 Get:50 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgusb2 amd64 0.2.9-0ubuntu1 [20.2 kB]
Jul 15 21:21:06 Get:51 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcolorhug2 amd64 1.2.12-1ubuntu1 [32.0 kB]
Jul 15 21:21:06 Get:52 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgudev-1.0-0 amd64 1:230-2 [13.0 kB]
Jul 15 21:21:06 Get:53 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexif12 amd64 0.6.21-2ubuntu0.6 [78.5 kB]
Jul 15 21:21:06 Get:54 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-port12 amd64 2.5.9-3 [48.0 kB]
Jul 15 21:21:06 Get:55 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-6 amd64 2.5.9-3 [787 kB]
Jul 15 21:21:06 Get:56 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane amd64 1.0.25+git20150528-1ubuntu2.16.04.3 [2012 kB]
Jul 15 21:21:06 Get:57 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpolkit-agent-1-0 amd64 0.105-14.1ubuntu0.5 [14.8 kB]
Jul 15 21:21:06 Get:58 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpolkit-backend-1-0 amd64 0.105-14.1ubuntu0.5 [36.2 kB]
Jul 15 21:21:06 Get:59 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 policykit-1 amd64 0.105-14.1ubuntu0.5 [52.8 kB]
Jul 15 21:21:06 Get:60 http://archive.ubuntu.com/ubuntu xenial/main amd64 colord-data all 1.2.12-1ubuntu1 [111 kB]
Jul 15 21:21:06 Get:61 http://archive.ubuntu.com/ubuntu xenial/main amd64 colord amd64 1.2.12-1ubuntu1 [178 kB]
Jul 15 21:21:06 Get:62 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-l10n all 2.5.9-3 [11.1 kB]
Jul 15 21:21:06 Get:63 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libvulkan1 amd64 1.0.61.1+dfsg1-1ubuntu1~16.04.1 [81.1 kB]
debconf: delaying package configuration, since apt-utils is not installed
Jul 15 21:21:06 Fetched 15.5 MB in 2s (6184 kB/s)
Jul 15 21:21:06 Selecting previously unselected package fonts-liberation.
(Reading database ... 117547 files and directories currently installed.)
Jul 15 21:21:06 Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ...
Jul 15 21:21:06 Unpacking fonts-liberation (1.07.4-1) ...
Jul 15 21:21:07 Selecting previously unselected package libatspi2.0-0:amd64.
Jul 15 21:21:07 Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ...
Jul 15 21:21:07 Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ...
Jul 15 21:21:07 Selecting previously unselected package libatk-bridge2.0-0:amd64.
Jul 15 21:21:07 Preparing to unpack .../libatk-bridge2.0-0_2.18.1-2ubuntu1_amd64.deb ...
Jul 15 21:21:07 Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ...
Jul 15 21:21:07 Selecting previously unselected package libwayland-server0:amd64.
Jul 15 21:21:07 Preparing to unpack .../libwayland-server0_1.12.0-1~ubuntu16.04.3_amd64.deb ...
Jul 15 21:21:07 Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ...
Jul 15 21:21:07 Selecting previously unselected package libgbm1:amd64.
Jul 15 21:21:07 Preparing to unpack .../libgbm1_18.0.5-0ubuntu0~16.04.1_amd64.deb ...
Jul 15 21:21:07 Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ...
Jul 15 21:21:07 Selecting previously unselected package libdconf1:amd64.
Jul 15 21:21:07 Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ...
Jul 15 21:21:07 Unpacking libdconf1:amd64 (0.24.0-2) ...
Jul 15 21:21:07 Selecting previously unselected package dconf-service.
Jul 15 21:21:07 Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ...
Jul 15 21:21:07 Unpacking dconf-service (0.24.0-2) ...
Jul 15 21:21:07 Selecting previously unselected package dconf-gsettings-backend:amd64.
Jul 15 21:21:07 Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ...
Jul 15 21:21:07 Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ...
Jul 15 21:21:07 Selecting previously unselected package libgtk-3-bin.
Jul 15 21:21:07 Preparing to unpack .../libgtk-3-bin_3.18.9-1ubuntu3.3_amd64.deb ...
Jul 15 21:21:07 Adding 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin'
Jul 15 21:21:07 Adding 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin'
Jul 15 21:21:07 Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ...
Jul 15 21:21:07 Selecting previously unselected package libcroco3:amd64.
Jul 15 21:21:07 Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ...
Jul 15 21:21:07 Unpacking libcroco3:amd64 (0.6.11-1) ...
Jul 15 21:21:07 Selecting previously unselected package librsvg2-2:amd64.
Jul 15 21:21:07 Preparing to unpack .../librsvg2-2_2.40.13-3ubuntu0.2_amd64.deb ...
Jul 15 21:21:07 Unpacking librsvg2-2:amd64 (2.40.13-3ubuntu0.2) ...
Jul 15 21:21:07 Selecting previously unselected package librsvg2-common:amd64.
Jul 15 21:21:07 Preparing to unpack .../librsvg2-common_2.40.13-3ubuntu0.2_amd64.deb ...
Jul 15 21:21:07 Unpacking librsvg2-common:amd64 (2.40.13-3ubuntu0.2) ...
Jul 15 21:21:07 Selecting previously unselected package humanity-icon-theme.
Jul 15 21:21:07 Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ...
Jul 15 21:21:07 Unpacking humanity-icon-theme (0.6.10.1) ...
Jul 15 21:21:09 Selecting previously unselected package ubuntu-mono.
Jul 15 21:21:09 Preparing to unpack .../ubuntu-mono_14.04+16.04.20180326-0ubuntu1_all.deb ...
Jul 15 21:21:09 Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ...
Jul 15 21:21:09 Selecting previously unselected package adwaita-icon-theme.
Jul 15 21:21:09 Preparing to unpack .../adwaita-icon-theme_3.18.0-2ubuntu3.1_all.deb ...
Jul 15 21:21:09 Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ...
Jul 15 21:21:10 Selecting previously unselected package libgtk-3-common.
Jul 15 21:21:10 Preparing to unpack .../libgtk-3-common_3.18.9-1ubuntu3.3_all.deb ...
Jul 15 21:21:10 Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ...
Jul 15 21:21:10 Selecting previously unselected package libcolord2:amd64.
Jul 15 21:21:10 Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ...
Jul 15 21:21:10 Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ...
Jul 15 21:21:10 Selecting previously unselected package libepoxy0:amd64.
Jul 15 21:21:10 Preparing to unpack .../libepoxy0_1.3.1-1ubuntu0.16.04.2_amd64.deb ...
Jul 15 21:21:10 Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ...
Jul 15 21:21:10 Selecting previously unselected package libjson-glib-1.0-common.
Jul 15 21:21:10 Preparing to unpack .../libjson-glib-1.0-common_1.1.2-0ubuntu1_all.deb ...
Jul 15 21:21:10 Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ...
Jul 15 21:21:10 Selecting previously unselected package libjson-glib-1.0-0:amd64.
Jul 15 21:21:10 Preparing to unpack .../libjson-glib-1.0-0_1.1.2-0ubuntu1_amd64.deb ...
Jul 15 21:21:10 Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ...
Jul 15 21:21:10 Selecting previously unselected package libcapnp-0.5.3:amd64.
Jul 15 21:21:10 Preparing to unpack .../libcapnp-0.5.3_0.5.3-2ubuntu1.1_amd64.deb ...
Jul 15 21:21:10 Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ...
Jul 15 21:21:10 Selecting previously unselected package libmircore1:amd64.
Jul 15 21:21:10 Preparing to unpack .../libmircore1_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ...
Jul 15 21:21:10 Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...
Jul 15 21:21:10 Selecting previously unselected package libmircommon7:amd64.
Jul 15 21:21:10 Preparing to unpack .../libmircommon7_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ...
Jul 15 21:21:10 Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...
Jul 15 21:21:10 Selecting previously unselected package libmirprotobuf3:amd64.
Jul 15 21:21:10 Preparing to unpack .../libmirprotobuf3_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ...
Jul 15 21:21:10 Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...
Jul 15 21:21:10 Selecting previously unselected package xkb-data.
Jul 15 21:21:10 Preparing to unpack .../xkb-data_2.16-1ubuntu1_all.deb ...
Jul 15 21:21:10 Unpacking xkb-data (2.16-1ubuntu1) ...
Jul 15 21:21:10 Selecting previously unselected package libxkbcommon0:amd64.
Jul 15 21:21:10 Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2.1_amd64.deb ...
Jul 15 21:21:10 Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ...
Jul 15 21:21:11 Selecting previously unselected package libmirclient9:amd64.
Jul 15 21:21:11 Preparing to unpack .../libmirclient9_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ...
Jul 15 21:21:11 Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...
Jul 15 21:21:11 Selecting previously unselected package libproxy1v5:amd64.
Jul 15 21:21:11 Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1.2_amd64.deb ...
Jul 15 21:21:11 Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1.2) ...
Jul 15 21:21:11 Selecting previously unselected package glib-networking-common.
Jul 15 21:21:11 Preparing to unpack .../glib-networking-common_2.48.2-1~ubuntu16.04.2_all.deb ...
Jul 15 21:21:11 Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.2) ...
Jul 15 21:21:11 Selecting previously unselected package glib-networking-services.
Jul 15 21:21:11 Preparing to unpack .../glib-networking-services_2.48.2-1~ubuntu16.04.2_amd64.deb ...
Jul 15 21:21:11 Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.2) ...
Jul 15 21:21:11 Selecting previously unselected package gsettings-desktop-schemas.
Jul 15 21:21:11 Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ...
Jul 15 21:21:11 Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ...
Jul 15 21:21:11 Selecting previously unselected package glib-networking:amd64.
Jul 15 21:21:11 Preparing to unpack .../glib-networking_2.48.2-1~ubuntu16.04.2_amd64.deb ...
Jul 15 21:21:11 Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.2) ...
Jul 15 21:21:11 Selecting previously unselected package libsoup2.4-1:amd64.
Jul 15 21:21:11 Preparing to unpack .../libsoup2.4-1_2.52.2-1ubuntu0.3_amd64.deb ...
Jul 15 21:21:11 Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ...
Jul 15 21:21:11 Selecting previously unselected package libsoup-gnome2.4-1:amd64.
Jul 15 21:21:11 Preparing to unpack .../libsoup-gnome2.4-1_2.52.2-1ubuntu0.3_amd64.deb ...
Jul 15 21:21:11 Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ...
Jul 15 21:21:11 Selecting previously unselected package librest-0.7-0:amd64.
Jul 15 21:21:11 Preparing to unpack .../librest-0.7-0_0.7.93-1_amd64.deb ...
Jul 15 21:21:11 Unpacking librest-0.7-0:amd64 (0.7.93-1) ...
Jul 15 21:21:11 Selecting previously unselected package libwayland-client0:amd64.
Jul 15 21:21:11 Preparing to unpack .../libwayland-client0_1.12.0-1~ubuntu16.04.3_amd64.deb ...
Jul 15 21:21:11 Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ...
Jul 15 21:21:11 Selecting previously unselected package libwayland-cursor0:amd64.
Jul 15 21:21:11 Preparing to unpack .../libwayland-cursor0_1.12.0-1~ubuntu16.04.3_amd64.deb ...
Jul 15 21:21:11 Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ...
Jul 15 21:21:11 Selecting previously unselected package libxcb-xfixes0:amd64.
Jul 15 21:21:11 Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ...
Jul 15 21:21:11 Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ...
Jul 15 21:21:11 Selecting previously unselected package libegl1-mesa:amd64.
Jul 15 21:21:11 Preparing to unpack .../libegl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ...
Jul 15 21:21:11 Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ...
Jul 15 21:21:11 Selecting previously unselected package libwayland-egl1-mesa:amd64.
Jul 15 21:21:11 Preparing to unpack .../libwayland-egl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ...
Jul 15 21:21:11 Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ...
Jul 15 21:21:11 Selecting previously unselected package libgtk-3-0:amd64.
Jul 15 21:21:11 Preparing to unpack .../libgtk-3-0_3.18.9-1ubuntu3.3_amd64.deb ...
Jul 15 21:21:11 Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ...
Jul 15 21:21:12 Selecting previously unselected package google-chrome-stable.
Jul 15 21:21:12 Preparing to unpack .../google-chrome-stable_current_amd64.deb ...
Jul 15 21:21:12 Unpacking google-chrome-stable (91.0.4472.164-1) ...
Jul 15 21:21:19 Selecting previously unselected package libieee1284-3:amd64.
Jul 15 21:21:19 Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ...
Jul 15 21:21:19 Unpacking libieee1284-3:amd64 (0.2.11-12) ...
Jul 15 21:21:19 Selecting previously unselected package libsane-common.
Jul 15 21:21:19 Preparing to unpack .../libsane-common_1.0.25+git20150528-1ubuntu2.16.04.3_all.deb ...
Jul 15 21:21:19 Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.3) ...
Jul 15 21:21:20 Selecting previously unselected package libpam-systemd:amd64.
Jul 15 21:21:20 Preparing to unpack .../libpam-systemd_229-4ubuntu21.31_amd64.deb ...
Jul 15 21:21:20 Unpacking libpam-systemd:amd64 (229-4ubuntu21.31) ...
Jul 15 21:21:20 Selecting previously unselected package libpolkit-gobject-1-0:amd64.
Jul 15 21:21:20 Preparing to unpack .../libpolkit-gobject-1-0_0.105-14.1ubuntu0.5_amd64.deb ...
Jul 15 21:21:20 Unpacking libpolkit-gobject-1-0:amd64 (0.105-14.1ubuntu0.5) ...
Jul 15 21:21:20 Selecting previously unselected package libusb-1.0-0:amd64.
Jul 15 21:21:20 Preparing to unpack .../libusb-1.0-0_2%3a1.0.20-1_amd64.deb ...
Jul 15 21:21:20 Unpacking libusb-1.0-0:amd64 (2:1.0.20-1) ...
Jul 15 21:21:20 Selecting previously unselected package acl.
Jul 15 21:21:20 Preparing to unpack .../acl_2.2.52-3_amd64.deb ...
Jul 15 21:21:20 Unpacking acl (2.2.52-3) ...
Jul 15 21:21:20 Selecting previously unselected package at-spi2-core.
Jul 15 21:21:20 Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ...
Jul 15 21:21:20 Unpacking at-spi2-core (2.18.3-4ubuntu1) ...
Jul 15 21:21:20 Selecting previously unselected package libgusb2:amd64.
Jul 15 21:21:20 Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ...
Jul 15 21:21:20 Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ...
Jul 15 21:21:20 Selecting previously unselected package libcolorhug2:amd64.
Jul 15 21:21:20 Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ...
Jul 15 21:21:20 Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ...
Jul 15 21:21:20 Selecting previously unselected package libgudev-1.0-0:amd64.
Jul 15 21:21:20 Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ...
Jul 15 21:21:20 Unpacking libgudev-1.0-0:amd64 (1:230-2) ...
Jul 15 21:21:20 Selecting previously unselected package libexif12:amd64.
Jul 15 21:21:20 Preparing to unpack .../libexif12_0.6.21-2ubuntu0.6_amd64.deb ...
Jul 15 21:21:20 Unpacking libexif12:amd64 (0.6.21-2ubuntu0.6) ...
Jul 15 21:21:20 Selecting previously unselected package libgphoto2-port12:amd64.
Jul 15 21:21:20 Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ...
Jul 15 21:21:20 Unpacking libgphoto2-port12:amd64 (2.5.9-3) ...
Jul 15 21:21:20 Selecting previously unselected package libgphoto2-6:amd64.
Jul 15 21:21:20 Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ...
Jul 15 21:21:20 Unpacking libgphoto2-6:amd64 (2.5.9-3) ...
Jul 15 21:21:20 Selecting previously unselected package libsane:amd64.
Jul 15 21:21:20 Preparing to unpack .../libsane_1.0.25+git20150528-1ubuntu2.16.04.3_amd64.deb ...
Jul 15 21:21:20 Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.3) ...
Jul 15 21:21:21 Selecting previously unselected package libpolkit-agent-1-0:amd64.
Jul 15 21:21:21 Preparing to unpack .../libpolkit-agent-1-0_0.105-14.1ubuntu0.5_amd64.deb ...
Jul 15 21:21:21 Unpacking libpolkit-agent-1-0:amd64 (0.105-14.1ubuntu0.5) ...
Jul 15 21:21:21 Selecting previously unselected package libpolkit-backend-1-0:amd64.
Jul 15 21:21:21 Preparing to unpack .../libpolkit-backend-1-0_0.105-14.1ubuntu0.5_amd64.deb ...
Jul 15 21:21:21 Unpacking libpolkit-backend-1-0:amd64 (0.105-14.1ubuntu0.5) ...
Jul 15 21:21:21 Selecting previously unselected package policykit-1.
Jul 15 21:21:21 Preparing to unpack .../policykit-1_0.105-14.1ubuntu0.5_amd64.deb ...
Jul 15 21:21:21 Unpacking policykit-1 (0.105-14.1ubuntu0.5) ...
Jul 15 21:21:21 Selecting previously unselected package colord-data.
Jul 15 21:21:21 Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ...
Jul 15 21:21:21 Unpacking colord-data (1.2.12-1ubuntu1) ...
Jul 15 21:21:21 Selecting previously unselected package colord.
Jul 15 21:21:21 Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ...
Jul 15 21:21:21 Unpacking colord (1.2.12-1ubuntu1) ...
Jul 15 21:21:21 Selecting previously unselected package libgphoto2-l10n.
Jul 15 21:21:21 Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ...
Jul 15 21:21:21 Unpacking libgphoto2-l10n (2.5.9-3) ...
Jul 15 21:21:21 Selecting previously unselected package libvulkan1:amd64.
Jul 15 21:21:21 Preparing to unpack .../libvulkan1_1.0.61.1+dfsg1-1ubuntu1~16.04.1_amd64.deb ...
Jul 15 21:21:21 Unpacking libvulkan1:amd64 (1.0.61.1+dfsg1-1ubuntu1~16.04.1) ...
Jul 15 21:21:21 Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ...
Jul 15 21:21:21 Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
Jul 15 21:21:22 Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.8) ...
Jul 15 21:21:22 Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.6) ...
Jul 15 21:21:22 Processing triggers for mime-support (3.59ubuntu1) ...
Jul 15 21:21:22 Processing triggers for dbus (1.10.6-1ubuntu3.6) ...
Jul 15 21:21:22 Setting up fonts-liberation (1.07.4-1) ...
Jul 15 21:21:22 Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ...
Jul 15 21:21:22 Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ...
Jul 15 21:21:22 Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ...
Jul 15 21:21:22 Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ...
Jul 15 21:21:22 Setting up libdconf1:amd64 (0.24.0-2) ...
Jul 15 21:21:22 Setting up dconf-service (0.24.0-2) ...
Jul 15 21:21:22 Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ...
Jul 15 21:21:22 Setting up libcroco3:amd64 (0.6.11-1) ...
Jul 15 21:21:22 Setting up librsvg2-2:amd64 (2.40.13-3ubuntu0.2) ...
Jul 15 21:21:22 Setting up librsvg2-common:amd64 (2.40.13-3ubuntu0.2) ...
Jul 15 21:21:22 Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ...
Jul 15 21:21:22 Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ...
Jul 15 21:21:22 Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ...
Jul 15 21:21:22 Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ...
Jul 15 21:21:22 Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ...
Jul 15 21:21:22 Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...
Jul 15 21:21:22 Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...
Jul 15 21:21:22 Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...
Jul 15 21:21:22 Setting up xkb-data (2.16-1ubuntu1) ...
Jul 15 21:21:22 Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ...
Jul 15 21:21:22 Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...
Jul 15 21:21:22 Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1.2) ...
Jul 15 21:21:22 Setting up glib-networking-common (2.48.2-1~ubuntu16.04.2) ...
Jul 15 21:21:22 Setting up glib-networking-services (2.48.2-1~ubuntu16.04.2) ...
Jul 15 21:21:22 Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ...
Jul 15 21:21:22 Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.2) ...
Jul 15 21:21:22 Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ...
Jul 15 21:21:22 Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ...
Jul 15 21:21:22 Setting up librest-0.7-0:amd64 (0.7.93-1) ...
Jul 15 21:21:22 Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ...
Jul 15 21:21:22 Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ...
Jul 15 21:21:22 Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ...
Jul 15 21:21:22 Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ...
Jul 15 21:21:22 update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf (x86_64-linux-gnu_egl_conf) in auto mode
Jul 15 21:21:22 Setting up libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ...
Jul 15 21:21:22 Setting up libieee1284-3:amd64 (0.2.11-12) ...
Jul 15 21:21:22 Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.3) ...
Jul 15 21:21:22 Setting up libpam-systemd:amd64 (229-4ubuntu21.31) ...
Jul 15 21:21:22 debconf: unable to initialize frontend: Dialog
Jul 15 21:21:22 debconf: (TERM is not set, so the dialog frontend is not usable.)
Jul 15 21:21:22 debconf: falling back to frontend: Readline
Jul 15 21:21:23 Setting up libpolkit-gobject-1-0:amd64 (0.105-14.1ubuntu0.5) ...
Jul 15 21:21:23 Setting up libusb-1.0-0:amd64 (2:1.0.20-1) ...
Jul 15 21:21:23 Setting up acl (2.2.52-3) ...
Jul 15 21:21:23 Setting up at-spi2-core (2.18.3-4ubuntu1) ...
Jul 15 21:21:23 Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ...
Jul 15 21:21:23 Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ...
Jul 15 21:21:23 Setting up libgudev-1.0-0:amd64 (1:230-2) ...
Jul 15 21:21:23 Setting up libexif12:amd64 (0.6.21-2ubuntu0.6) ...
Jul 15 21:21:23 Setting up libgphoto2-port12:amd64 (2.5.9-3) ...
Jul 15 21:21:23 Setting up libgphoto2-6:amd64 (2.5.9-3) ...
Jul 15 21:21:23 Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.3) ...
Jul 15 21:21:23 Adding scanner group...
Jul 15 21:21:23 Setting up libpolkit-agent-1-0:amd64 (0.105-14.1ubuntu0.5) ...
Jul 15 21:21:23 Setting up libpolkit-backend-1-0:amd64 (0.105-14.1ubuntu0.5) ...
Jul 15 21:21:23 Setting up policykit-1 (0.105-14.1ubuntu0.5) ...
Jul 15 21:21:23 Setting up colord-data (1.2.12-1ubuntu1) ...
Jul 15 21:21:23 Setting up colord (1.2.12-1ubuntu1) ...
Jul 15 21:21:23 Setting up libgphoto2-l10n (2.5.9-3) ...
Jul 15 21:21:23 Setting up libvulkan1:amd64 (1.0.61.1+dfsg1-1ubuntu1~16.04.1) ...
Jul 15 21:21:23 Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ...
Jul 15 21:21:23 Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ...
Jul 15 21:21:23 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
Jul 15 21:21:23 Setting up humanity-icon-theme (0.6.10.1) ...
Jul 15 21:21:23 Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ...
Jul 15 21:21:23 Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ...
Jul 15 21:21:23 Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ...
Jul 15 21:21:23 Setting up google-chrome-stable (91.0.4472.164-1) ...
Jul 15 21:21:24 update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/x-www-browser (x-www-browser) in auto mode
Jul 15 21:21:24 update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode
Jul 15 21:21:24 update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/google-chrome (google-chrome) in auto mode
Jul 15 21:21:24 Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
Jul 15 21:21:24 Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.6) ...
Jul 15 21:21:24 Processing triggers for dbus (1.10.6-1ubuntu3.6) ...
+ rm google-chrome-stable_current_amd64.deb
***** TESTING...
'verbose' and 'quietly' are both true; being verbose then ..
now dyn.load("/opt/R/4.0.4/lib/R/library/methods/libs/methods.so") ...

R version 4.0.4 (2021-02-15) -- "Lost Library Book"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

'verbose' and 'quietly' are both true; being verbose then ..
'verbose' and 'quietly' are both true; being verbose then ..
Garbage collection 1 = 0+0+1 (level 2) ...
12.3 Mbytes of cons cells used (35%)
3.1 Mbytes of vectors used (5%)
now dyn.load("/opt/R/4.0.4/lib/R/library/utils/libs/utils.so") ...
'verbose' and 'quietly' are both true; being verbose then ..
now dyn.load("/opt/R/4.0.4/lib/R/library/grDevices/libs/grDevices.so") ...
'verbose' and 'quietly' are both true; being verbose then ..
now dyn.load("/opt/R/4.0.4/lib/R/library/graphics/libs/graphics.so") ...
'verbose' and 'quietly' are both true; being verbose then ..
now dyn.load("/opt/R/4.0.4/lib/R/library/stats/libs/stats.so") ...
 ending setup_Rmainloop(): R_Interactive = 0 {main.c}
 >R_ReplConsole(): before "for(;;)" {main.c}
> options(download.file.method = "curl")
>
> avail_pkgs <- unname(available.packages(repos = "https://cran.rstudio.com")[, "Package"])
now dyn.load("/opt/R/4.0.4/lib/R/library/tools/libs/tools.so") ...
Garbage collection 2 = 1+0+1 (level 0) ...
19.7 Mbytes of cons cells used (56%)
15.1 Mbytes of vectors used (24%)
Garbage collection 3 = 2+0+1 (level 0) ...
20.1 Mbytes of cons cells used (57%)
15.2 Mbytes of vectors used (24%)
Garbage collection 4 = 3+0+1 (level 0) ...
20.5 Mbytes of cons cells used (58%)
15.2 Mbytes of vectors used (24%)
Garbage collection 5 = 4+0+1 (level 0) ...
21.7 Mbytes of cons cells used (62%)
16.8 Mbytes of vectors used (26%)
Garbage collection 6 = 5+0+1 (level 0) ...
23.2 Mbytes of cons cells used (66%)
17.3 Mbytes of vectors used (27%)
Garbage collection 7 = 6+0+1 (level 0) ...
23.2 Mbytes of cons cells used (66%)
17.3 Mbytes of vectors used (27%)
Garbage collection 8 = 7+0+1 (level 0) ...
23.2 Mbytes of cons cells used (66%)
17.3 Mbytes of vectors used (27%)
Garbage collection 9 = 8+0+1 (level 0) ...
23.2 Mbytes of cons cells used (66%)
17.3 Mbytes of vectors used (27%)
Garbage collection 10 = 9+0+1 (level 0) ...
24.4 Mbytes of cons cells used (69%)
18.0 Mbytes of vectors used (28%)
> if ("chromote" %in% avail_pkgs) {
+   install.packages("chromote", repos = "https://cran.rstudio.com", type = "source")
+ } else {
+   options(repos = c(CRAN="https://cran.rstudio.com"))
+   install.packages(c("curl", "remotes"))
+   remotes::install_github("rstudio/chromote", dependencies = TRUE)
+ }
system (cmd0): /opt/R/4.0.4/lib/R/bin/R CMD INSTALL
Garbage collection 11 = 10+0+1 (level 0) ...
26.1 Mbytes of cons cells used (74%)
23.9 Mbytes of vectors used (37%)
Garbage collection 12 = 11+0+1 (level 0) ...
26.4 Mbytes of cons cells used (75%)
24.0 Mbytes of vectors used (37%)
Garbage collection 13 = 12+0+1 (level 0) ...
26.6 Mbytes of cons cells used (76%)
24.0 Mbytes of vectors used (37%)
Garbage collection 14 = 13+0+1 (level 0) ...
26.8 Mbytes of cons cells used (76%)
24.0 Mbytes of vectors used (37%)
Garbage collection 15 = 14+0+1 (level 0) ...
27.5 Mbytes of cons cells used (78%)
25.4 Mbytes of vectors used (40%)
Garbage collection 16 = 15+0+1 (level 0) ...
28.0 Mbytes of cons cells used (80%)
25.6 Mbytes of vectors used (40%)
Garbage collection 17 = 16+0+1 (level 0) ...
28.4 Mbytes of cons cells used (81%)
25.9 Mbytes of vectors used (40%)
Garbage collection 18 = 16+1+1 (level 1) ...
20.4 Mbytes of cons cells used (58%)
11.4 Mbytes of vectors used (18%)
Garbage collection 19 = 17+1+1 (level 0) ...
20.4 Mbytes of cons cells used (58%)
11.4 Mbytes of vectors used (18%)
Garbage collection 20 = 18+1+1 (level 0) ...
20.4 Mbytes of cons cells used (58%)
11.4 Mbytes of vectors used (18%)
Garbage collection 21 = 19+1+1 (level 0) ...
21.6 Mbytes of cons cells used (61%)
12.0 Mbytes of vectors used (19%)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  774k  100  774k    0     0  3695k      0 --:--:-- --:--:-- --:--:-- 3689k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  146k  100  146k    0     0   924k      0 --:--:-- --:--:-- --:--:--  926k
foundpkgs: curl, remotes, /tmp/Rtmpg9cQVR/downloaded_packages/curl_4.3.2.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/remotes_2.4.0.tar.gz
files: /tmp/Rtmpg9cQVR/downloaded_packages/curl_4.3.2.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/remotes_2.4.0.tar.gz
* installing *source* package ‘curl’ ...
** package ‘curl’ successfully unpacked and MD5 sums checked
** using staged installation
Found pkg-config cflags and libs!
Using PKG_CFLAGS=
Using PKG_LIBS=-lcurl
** libs
rm -f curl.so callbacks.o curl.o download.o escape.o fetch.o form.o getdate.o handle.o ieproxy.o init.o interrupt.o multi.o nslookup.o reflist.o split.o ssl.o typechecking.o utils.o version.o winidn.o writer.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c callbacks.c -o callbacks.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c curl.c -o curl.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c download.c -o download.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c escape.c -o escape.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c fetch.c -o fetch.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c form.c -o form.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c getdate.c -o getdate.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c handle.c -o handle.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c ieproxy.c -o ieproxy.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c interrupt.c -o interrupt.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c multi.c -o multi.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c nslookup.c -o nslookup.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c reflist.c -o reflist.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c split.c -o split.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c ssl.c -o ssl.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c typechecking.c -o typechecking.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c utils.c -o utils.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c version.c -o version.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c winidn.c -o winidn.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -DSTRICT_R_HEADERS  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c writer.c -o writer.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o curl.so callbacks.o curl.o download.o escape.o fetch.o form.o getdate.o handle.o ieproxy.o init.o interrupt.o multi.o nslookup.o reflist.o split.o ssl.o typechecking.o utils.o version.o winidn.o writer.o -lcurl -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-curl/00new/curl/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (curl)
1): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/curl_4.3.2.tar.gz''
* installing *source* package ‘remotes’ ...
** package ‘remotes’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (remotes)
2): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/remotes_2.4.0.tar.gz''

The downloaded source packages are in
	‘/tmp/Rtmpg9cQVR/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
now dyn.load("/opt/R/4.0.4/lib/R/library/curl/libs/curl.so") ...
shared object '‘curl.so’' already loaded
Downloading GitHub repo rstudio/chromote@HEAD
Garbage collection 22 = 20+1+1 (level 0) ...
23.9 Mbytes of cons cells used (68%)
17.9 Mbytes of vectors used (28%)
Garbage collection 23 = 20+2+1 (level 1) ...
24.5 Mbytes of cons cells used (70%)
23.8 Mbytes of vectors used (37%)
Garbage collection 24 = 21+2+1 (level 0) ...
24.8 Mbytes of cons cells used (71%)
23.8 Mbytes of vectors used (37%)
Garbage collection 25 = 22+2+1 (level 0) ...
25.1 Mbytes of cons cells used (71%)
23.8 Mbytes of vectors used (37%)
Garbage collection 26 = 23+2+1 (level 0) ...
25.8 Mbytes of cons cells used (73%)
25.2 Mbytes of vectors used (39%)
Garbage collection 27 = 24+2+1 (level 0) ...
26.4 Mbytes of cons cells used (75%)
25.5 Mbytes of vectors used (40%)
Garbage collection 28 = 25+2+1 (level 0) ...
27.8 Mbytes of cons cells used (79%)
25.9 Mbytes of vectors used (40%)
Garbage collection 29 = 26+2+1 (level 0) ...
27.8 Mbytes of cons cells used (79%)
25.9 Mbytes of vectors used (40%)
Garbage collection 30 = 27+2+1 (level 0) ...
27.8 Mbytes of cons cells used (79%)
25.9 Mbytes of vectors used (40%)
Garbage collection 31 = 28+2+1 (level 0) ...
27.8 Mbytes of cons cells used (79%)
25.9 Mbytes of vectors used (40%)
Garbage collection 32 = 29+2+1 (level 0) ...
27.8 Mbytes of cons cells used (79%)
25.9 Mbytes of vectors used (40%)
Garbage collection 33 = 30+2+1 (level 0) ...
27.8 Mbytes of cons cells used (79%)
25.9 Mbytes of vectors used (40%)
Garbage collection 34 = 31+2+1 (level 0) ...
27.8 Mbytes of cons cells used (79%)
25.9 Mbytes of vectors used (40%)
Garbage collection 35 = 32+2+1 (level 0) ...
28.5 Mbytes of cons cells used (81%)
26.5 Mbytes of vectors used (41%)
Garbage collection 36 = 32+3+1 (level 1) ...
24.8 Mbytes of cons cells used (71%)
20.7 Mbytes of vectors used (32%)
Garbage collection 37 = 33+3+1 (level 0) ...
25.0 Mbytes of cons cells used (71%)
20.8 Mbytes of vectors used (32%)
Garbage collection 38 = 34+3+1 (level 0) ...
25.1 Mbytes of cons cells used (71%)
20.8 Mbytes of vectors used (32%)
Garbage collection 39 = 35+3+1 (level 0) ...
25.3 Mbytes of cons cells used (72%)
20.8 Mbytes of vectors used (32%)
Garbage collection 40 = 36+3+1 (level 0) ...
25.4 Mbytes of cons cells used (72%)
20.8 Mbytes of vectors used (32%)
Garbage collection 41 = 37+3+1 (level 0) ...
25.6 Mbytes of cons cells used (73%)
20.8 Mbytes of vectors used (32%)
Garbage collection 42 = 38+3+1 (level 0) ...
25.8 Mbytes of cons cells used (73%)
21.3 Mbytes of vectors used (33%)
Garbage collection 43 = 39+3+1 (level 0) ...
26.0 Mbytes of cons cells used (74%)
21.4 Mbytes of vectors used (33%)
Garbage collection 44 = 40+3+1 (level 0) ...
26.2 Mbytes of cons cells used (74%)
21.6 Mbytes of vectors used (34%)
Garbage collection 45 = 40+4+1 (level 1) ...
26.3 Mbytes of cons cells used (75%)
21.6 Mbytes of vectors used (34%)
Garbage collection 46 = 41+4+1 (level 0) ...
26.5 Mbytes of cons cells used (75%)
21.7 Mbytes of vectors used (34%)
Garbage collection 47 = 42+4+1 (level 0) ...
26.7 Mbytes of cons cells used (76%)
21.8 Mbytes of vectors used (34%)
Garbage collection 48 = 43+4+1 (level 0) ...
26.8 Mbytes of cons cells used (76%)
21.9 Mbytes of vectors used (34%)
Garbage collection 49 = 44+4+1 (level 0) ...
27.1 Mbytes of cons cells used (77%)
22.4 Mbytes of vectors used (35%)
Garbage collection 50 = 45+4+1 (level 0) ...
27.4 Mbytes of cons cells used (78%)
22.4 Mbytes of vectors used (35%)
Garbage collection 51 = 46+4+1 (level 0) ...
27.7 Mbytes of cons cells used (79%)
22.4 Mbytes of vectors used (35%)
Garbage collection 52 = 47+4+1 (level 0) ...
28.1 Mbytes of cons cells used (80%)
22.7 Mbytes of vectors used (35%)
Garbage collection 53 = 48+4+1 (level 0) ...
28.5 Mbytes of cons cells used (81%)
23.1 Mbytes of vectors used (36%)
Garbage collection 54 = 48+5+1 (level 1) ...
28.9 Mbytes of cons cells used (82%)
23.4 Mbytes of vectors used (36%)
Garbage collection 55 = 48+5+2 (level 2) ...
22.6 Mbytes of cons cells used (48%)
11.3 Mbytes of vectors used (18%)
Garbage collection 56 = 49+5+2 (level 0) ...
23.0 Mbytes of cons cells used (49%)
11.6 Mbytes of vectors used (18%)
Garbage collection 57 = 50+5+2 (level 0) ...
23.4 Mbytes of cons cells used (50%)
11.9 Mbytes of vectors used (19%)
Cycle: 1 NNew: 18
Cycle: 2 NNew: 1
Cycle: 3 NNew: 0
utf8        (NA -> 1.2.1   ) [CRAN]
vctrs       (NA -> 0.3.8   ) [CRAN]
pkgconfig   (NA -> 2.0.3   ) [CRAN]
pillar      (NA -> 1.6.1   ) [CRAN]
magrittr    (NA -> 2.0.1   ) [CRAN]
lifecycle   (NA -> 1.0.0   ) [CRAN]
ellipsis    (NA -> 0.3.2   ) [CRAN]
crayon      (NA -> 1.4.1   ) [CRAN]
tibble      (NA -> 3.1.2   ) [CRAN]
rlang       (NA -> 0.4.11  ) [CRAN]
rematch2    (NA -> 2.1.2   ) [CRAN]
glue        (NA -> 1.4.2   ) [CRAN]
fansi       (NA -> 0.5.0   ) [CRAN]
diffobj     (NA -> 0.3.4   ) [CRAN]
cli         (NA -> 3.0.0   ) [CRAN]
R6          (NA -> 2.5.0   ) [CRAN]
ps          (NA -> 1.6.0   ) [CRAN]
withr       (NA -> 2.4.2   ) [CRAN]
rstudioapi  (NA -> 0.13    ) [CRAN]
rprojroot   (NA -> 2.0.2   ) [CRAN]
desc        (NA -> 1.3.0   ) [CRAN]
processx    (NA -> 3.5.2   ) [CRAN]
Rcpp        (NA -> 1.0.7   ) [CRAN]
png         (NA -> 0.1-7   ) [CRAN]
waldo       (NA -> 0.2.5   ) [CRAN]
praise      (NA -> 1.0.0   ) [CRAN]
pkgload     (NA -> 1.2.1   ) [CRAN]
jsonlite    (NA -> 1.7.2   ) [CRAN]
evaluate    (NA -> 0.14    ) [CRAN]
digest      (NA -> 0.6.27  ) [CRAN]
callr       (NA -> 3.7.0   ) [CRAN]
brio        (NA -> 1.1.2   ) [CRAN]
later       (NA -> 1.2.0   ) [CRAN]
AsioHeaders (NA -> 1.16.1-1) [CRAN]
cpp11       (NA -> 0.3.1   ) [CRAN]
showimage   (NA -> 1.0.0   ) [CRAN]
testthat    (NA -> 3.0.4   ) [CRAN]
fastmap     (NA -> 1.1.0   ) [CRAN]
promises    (NA -> 1.2.0.1 ) [CRAN]
websocket   (NA -> 1.4.0   ) [CRAN]
Installing 40 packages: utf8, vctrs, pkgconfig, pillar, magrittr, lifecycle, ellipsis, crayon, tibble, rlang, rematch2, glue, fansi, diffobj, cli, R6, ps, withr, rstudioapi, rprojroot, desc, processx, Rcpp, png, waldo, praise, pkgload, jsonlite, evaluate, digest, callr, brio, later, AsioHeaders, cpp11, showimage, testthat, fastmap, promises, websocket
system (cmd0): /opt/R/4.0.4/lib/R/bin/R CMD INSTALL
Garbage collection 58 = 51+5+2 (level 0) ...
27.3 Mbytes of cons cells used (58%)
17.2 Mbytes of vectors used (27%)
Garbage collection 59 = 52+5+2 (level 0) ...
27.8 Mbytes of cons cells used (59%)
17.3 Mbytes of vectors used (27%)
Garbage collection 60 = 53+5+2 (level 0) ...
29.0 Mbytes of cons cells used (62%)
18.8 Mbytes of vectors used (29%)
Garbage collection 61 = 54+5+2 (level 0) ...
30.6 Mbytes of cons cells used (65%)
19.4 Mbytes of vectors used (30%)
Garbage collection 62 = 55+5+2 (level 0) ...
30.6 Mbytes of cons cells used (65%)
19.4 Mbytes of vectors used (30%)
Garbage collection 63 = 56+5+2 (level 0) ...
30.6 Mbytes of cons cells used (65%)
19.4 Mbytes of vectors used (30%)
Garbage collection 64 = 57+5+2 (level 0) ...
30.7 Mbytes of cons cells used (65%)
24.7 Mbytes of vectors used (39%)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  233k  100  233k    0     0  1400k      0 --:--:-- --:--:-- --:--:-- 1408k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  764k  100  764k    0     0  3479k      0 --:--:-- --:--:-- --:--:-- 3473k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  6080  100  6080    0     0  51503      0 --:--:-- --:--:-- --:--:-- 51965
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1085k  100 1085k    0     0  4590k      0 --:--:-- --:--:-- --:--:-- 4600k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  259k  100  259k    0     0  1507k      0 --:--:-- --:--:-- --:--:-- 1516k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 83389  100 83389    0     0   539k      0 --:--:-- --:--:-- --:--:--  542k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  8066  100  8066    0     0  69109      0 --:--:-- --:--:-- --:--:-- 69534
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 35769  100 35769    0     0   261k      0 --:--:-- --:--:-- --:--:--  260k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  670k  100  670k    0     0  3294k      0 --:--:-- --:--:-- --:--:-- 3300k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  841k  100  841k    0     0  3683k      0 --:--:-- --:--:-- --:--:-- 3690k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13366  100 13366    0     0   103k      0 --:--:-- --:--:-- --:--:--  103k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 99049  100 99049    0     0   671k      0 --:--:-- --:--:-- --:--:--  676k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  294k  100  294k    0     0  1601k      0 --:--:-- --:--:-- --:--:-- 1601k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  466k  100  466k    0     0  2654k      0 --:--:-- --:--:-- --:--:-- 2665k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  218k  100  218k    0     0  1321k      0 --:--:-- --:--:-- --:--:-- 1325k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 63361  100 63361    0     0   441k      0 --:--:-- --:--:-- --:--:--  441k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  116k  100  116k    0     0   786k      0 --:--:-- --:--:-- --:--:--  789k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 94283  100 94283    0     0   611k      0 --:--:-- --:--:-- --:--:--  609k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  107k  100  107k    0     0   750k      0 --:--:-- --:--:-- --:--:--  754k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 59967  100 59967    0     0   335k      0 --:--:-- --:--:-- --:--:--  336k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  286k  100  286k    0     0  1602k      0 --:--:-- --:--:-- --:--:-- 1606k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  138k  100  138k    0     0   895k      0 --:--:-- --:--:-- --:--:--  896k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2872k  100 2872k    0     0  7542k      0 --:--:-- --:--:-- --:--:-- 7540k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 24990  100 24990    0     0   184k      0 --:--:-- --:--:-- --:--:--  186k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 26295  100 26295    0     0   214k      0 --:--:-- --:--:-- --:--:--  215k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  6100  100  6100    0     0  46890      0 --:--:-- --:--:-- --:--:-- 47286
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 60651  100 60651    0     0   430k      0 --:--:-- --:--:-- --:--:--  432k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  411k  100  411k    0     0  2144k      0 --:--:-- --:--:-- --:--:-- 2144k
Garbage collection 65 = 58+5+2 (level 0) ...
30.7 Mbytes of cons cells used (66%)
25.0 Mbytes of vectors used (39%)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 24206  100 24206    0     0   184k      0 --:--:-- --:--:-- --:--:--  184k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  160k  100  160k    0     0   953k      0 --:--:-- --:--:-- --:--:--  955k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 74518  100 74518    0     0   506k      0 --:--:-- --:--:-- --:--:--  508k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 12069  100 12069    0     0    98k      0 --:--:-- --:--:-- --:--:--   98k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 64104  100 64104    0     0   331k      0 --:--:-- --:--:-- --:--:--  331k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  476k  100  476k    0     0  2018k      0 --:--:-- --:--:-- --:--:-- 2027k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  212k  100  212k    0     0  1218k      0 --:--:-- --:--:-- --:--:-- 1223k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3438  100  3438    0     0  18400      0 --:--:-- --:--:-- --:--:-- 18483
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  672k  100  672k    0     0  3338k      0 --:--:-- --:--:-- --:--:-- 3343k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 44277  100 44277    0     0   285k      0 --:--:-- --:--:-- --:--:--  284k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 3047k  100 3047k    0     0  6988k      0 --:--:-- --:--:-- --:--:-- 7005k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  196k  100  196k    0     0   766k      0 --:--:-- --:--:-- --:--:--  767k
foundpkgs: utf8, vctrs, pkgconfig, pillar, magrittr, lifecycle, ellipsis, crayon, tibble, rlang, rematch2, glue, fansi, diffobj, cli, R6, ps, withr, rstudioapi, rprojroot, desc, processx, Rcpp, png, waldo, praise, pkgload, jsonlite, evaluate, digest, callr, brio, later, AsioHeaders, cpp11, showimage, testthat, fastmap, promises, websocket, /tmp/Rtmpg9cQVR/downloaded_packages/utf8_1.2.1.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/vctrs_0.3.8.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/pkgconfig_2.0.3.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/pillar_1.6.1.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/magrittr_2.0.1.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/lifecycle_1.0.0.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/ellipsis_0.3.2.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/crayon_1.4.1.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/tibble_3.1.2.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/rlang_0.4.11.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/rematch2_2.1.2.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/glue_1.4.2.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/fansi_0.5.0.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/diffobj_0.3.4.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/cli_3.0.0.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/R6_2.5.0.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/ps_1.6.0.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/withr_2.4.2.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/rstudioapi_0.13.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/rprojroot_2.0.2.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/desc_1.3.0.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/processx_3.5.2.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/Rcpp_1.0.7.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/png_0.1-7.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/waldo_0.2.5.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/praise_1.0.0.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/pkgload_1.2.1.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/jsonlite_1.7.2.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/evaluate_0.14.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/digest_0.6.27.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/callr_3.7.0.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/brio_1.1.2.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/later_1.2.0.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/AsioHeaders_1.16.1-1.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/cpp11_0.3.1.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/showimage_1.0.0.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/testthat_3.0.4.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/fastmap_1.1.0.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/promises_1.2.0.1.tar.gz, /tmp/Rtmpg9cQVR/downloaded_packages/websocket_1.4.0.tar.gz
files: /tmp/Rtmpg9cQVR/downloaded_packages/utf8_1.2.1.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/vctrs_0.3.8.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/pkgconfig_2.0.3.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/pillar_1.6.1.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/magrittr_2.0.1.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/lifecycle_1.0.0.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/ellipsis_0.3.2.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/crayon_1.4.1.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/tibble_3.1.2.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/rlang_0.4.11.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/rematch2_2.1.2.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/glue_1.4.2.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/fansi_0.5.0.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/diffobj_0.3.4.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/cli_3.0.0.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/R6_2.5.0.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/ps_1.6.0.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/withr_2.4.2.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/rstudioapi_0.13.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/rprojroot_2.0.2.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/desc_1.3.0.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/processx_3.5.2.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/Rcpp_1.0.7.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/png_0.1-7.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/waldo_0.2.5.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/praise_1.0.0.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/pkgload_1.2.1.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/jsonlite_1.7.2.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/evaluate_0.14.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/digest_0.6.27.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/callr_3.7.0.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/brio_1.1.2.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/later_1.2.0.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/AsioHeaders_1.16.1-1.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/cpp11_0.3.1.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/showimage_1.0.0.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/testthat_3.0.4.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/fastmap_1.1.0.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/promises_1.2.0.1.tar.gz,
	/tmp/Rtmpg9cQVR/downloaded_packages/websocket_1.4.0.tar.gz
* installing *source* package ‘utf8’ ...
** package ‘utf8’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c as_utf8.c -o as_utf8.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c bytes.c -o bytes.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c context.c -o context.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c render.c -o render.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c render_table.c -o render_table.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c string.c -o string.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c text.c -o text.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8_encode.c -o utf8_encode.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8_format.c -o utf8_format.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8_normalize.c -o utf8_normalize.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8_valid.c -o utf8_valid.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8_width.c -o utf8_width.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c util.c -o util.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/array.c -o utf8lite/src/array.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/char.c -o utf8lite/src/char.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/encode.c -o utf8lite/src/encode.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/error.c -o utf8lite/src/error.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/escape.c -o utf8lite/src/escape.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/graph.c -o utf8lite/src/graph.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/graphscan.c -o utf8lite/src/graphscan.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/normalize.c -o utf8lite/src/normalize.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/render.c -o utf8lite/src/render.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/text.c -o utf8lite/src/text.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/textassign.c -o utf8lite/src/textassign.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/textiter.c -o utf8lite/src/textiter.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -Iutf8lite/src -fpic  -g -O2  -c utf8lite/src/textmap.c -o utf8lite/src/textmap.o
ar rcs libcutf8lite.a utf8lite/src/array.o utf8lite/src/char.o utf8lite/src/encode.o utf8lite/src/error.o utf8lite/src/escape.o utf8lite/src/graph.o utf8lite/src/graphscan.o utf8lite/src/normalize.o utf8lite/src/render.o utf8lite/src/text.o utf8lite/src/textassign.o utf8lite/src/textiter.o utf8lite/src/textmap.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o utf8.so as_utf8.o bytes.o context.o init.o render.o render_table.o string.o text.o utf8_encode.o utf8_format.o utf8_normalize.o utf8_valid.o utf8_width.o util.o -L. -lcutf8lite -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-utf8/00new/utf8/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (utf8)
1): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/utf8_1.2.1.tar.gz''
* installing *source* package ‘pkgconfig’ ...
** package ‘pkgconfig’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (pkgconfig)
2): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/pkgconfig_2.0.3.tar.gz''
* installing *source* package ‘magrittr’ ...
** package ‘magrittr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c pipe.c -o pipe.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c utils.c -o utils.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o magrittr.so pipe.o utils.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-magrittr/00new/magrittr/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (magrittr)
3): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/magrittr_2.0.1.tar.gz''
* installing *source* package ‘crayon’ ...
** package ‘crayon’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (crayon)
4): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/crayon_1.4.1.tar.gz''
* installing *source* package ‘rlang’ ...
** package ‘rlang’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib/  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c capture.c -o capture.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib/  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c export.c -o export.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib/  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c internal.c -o internal.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib/  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c lib.c -o lib.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib/  -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c version.c -o version.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o rlang.so capture.o export.o internal.o lib.o version.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-rlang/00new/rlang/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (rlang)
5): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/rlang_0.4.11.tar.gz''
* installing *source* package ‘glue’ ...
** package ‘glue’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c glue.c -o glue.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c trim.c -o trim.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o glue.so glue.o init.o trim.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-glue/00new/glue/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (glue)
6): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/glue_1.4.2.tar.gz''
* installing *source* package ‘fansi’ ...
** package ‘fansi’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c assumptions.c -o assumptions.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c has.c -o has.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c nchar.c -o nchar.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c read.c -o read.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c rnchar.c -o rnchar.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c state.c -o state.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c strip.c -o strip.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c strsplit.c -o strsplit.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c tabs.c -o tabs.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c tohtml.c -o tohtml.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unhandled.c -o unhandled.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unique.c -o unique.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c utf8.c -o utf8.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c utils.c -o utils.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c wrap.c -o wrap.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o fansi.so assumptions.o has.o init.o nchar.o read.o rnchar.o state.o strip.o strsplit.o tabs.o tohtml.o unhandled.o unique.o utf8.o utils.o wrap.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-fansi/00new/fansi/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (fansi)
7): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/fansi_0.5.0.tar.gz''
* installing *source* package ‘R6’ ...
** package ‘R6’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (R6)
8): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/R6_2.5.0.tar.gz''
* installing *source* package ‘ps’ ...
** package ‘ps’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -g -O2  -Wall px.c -o px
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c api-common.c -o api-common.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c common.c -o common.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c extra.c -o extra.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c dummy.c -o dummy.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c error-codes.c -o error-codes.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c posix.c -o posix.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c api-posix.c -o api-posix.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c linux.c -o linux.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c api-linux.c -o api-linux.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o ps.so init.o api-common.o common.o extra.o dummy.o error-codes.o posix.o api-posix.o linux.o api-linux.o -L/opt/R/4.0.4/lib/R/lib -lR
installing via 'install.libs.R' to /opt/R/4.0.4/lib/R/library/00LOCK-ps/00new/ps
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (ps)
9): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/ps_1.6.0.tar.gz''
* installing *source* package ‘withr’ ...
** package ‘withr’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (withr)
10): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/withr_2.4.2.tar.gz''
* installing *source* package ‘rstudioapi’ ...
** package ‘rstudioapi’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (rstudioapi)
11): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/rstudioapi_0.13.tar.gz''
* installing *source* package ‘rprojroot’ ...
** package ‘rprojroot’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (rprojroot)
12): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/rprojroot_2.0.2.tar.gz''
* installing *source* package ‘Rcpp’ ...
** package ‘Rcpp’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2  -c api.cpp -o api.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2  -c attributes.cpp -o attributes.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2  -c barrier.cpp -o barrier.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2  -c date.cpp -o date.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2  -c module.cpp -o module.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2  -c rcpp_init.cpp -o rcpp_init.o
g++ -std=gnu++11 -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o Rcpp.so api.o attributes.o barrier.o date.o module.o rcpp_init.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-Rcpp/00new/Rcpp/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (Rcpp)
13): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/Rcpp_1.0.7.tar.gz''
* installing *source* package ‘png’ ...
** package ‘png’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   `libpng-config --cflags` -fpic  -g -O2  -c read.c -o read.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   `libpng-config --cflags` -fpic  -g -O2  -c write.c -o write.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o png.so read.o write.o -lpng12 -lz -lm -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-png/00new/png/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (png)
14): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/png_0.1-7.tar.gz''
* installing *source* package ‘praise’ ...
** package ‘praise’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (praise)
15): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/praise_1.0.0.tar.gz''
* installing *source* package ‘jsonlite’ ...
** package ‘jsonlite’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c base64.c -o base64.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c collapse_array.c -o collapse_array.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c collapse_object.c -o collapse_object.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c collapse_pretty.c -o collapse_pretty.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c escape_chars.c -o escape_chars.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c integer64_to_na.c -o integer64_to_na.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c is_datelist.c -o is_datelist.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c is_recordlist.c -o is_recordlist.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c is_scalarlist.c -o is_scalarlist.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c modp_numtoa.c -o modp_numtoa.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c null_to_na.c -o null_to_na.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c num_to_char.c -o num_to_char.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c parse.c -o parse.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c prettify.c -o prettify.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c push_parser.c -o push_parser.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c r-base64.c -o r-base64.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c register.c -o register.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c row_collapse.c -o row_collapse.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c transpose_list.c -o transpose_list.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c validate.c -o validate.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl.c -o yajl/yajl.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl_alloc.c -o yajl/yajl_alloc.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl_buf.c -o yajl/yajl_buf.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl_encode.c -o yajl/yajl_encode.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl_gen.c -o yajl/yajl_gen.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl_lex.c -o yajl/yajl_lex.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl_parser.c -o yajl/yajl_parser.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Iyajl/api  -I/usr/local/include  -fvisibility=hidden  -fpic  -g -O2  -c yajl/yajl_tree.c -o yajl/yajl_tree.o
ar rcs yajl/libstatyajl.a yajl/yajl.o yajl/yajl_alloc.o yajl/yajl_buf.o yajl/yajl_encode.o yajl/yajl_gen.o yajl/yajl_lex.o yajl/yajl_parser.o yajl/yajl_tree.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o jsonlite.so base64.o collapse_array.o collapse_object.o collapse_pretty.o escape_chars.o integer64_to_na.o is_datelist.o is_recordlist.o is_scalarlist.o modp_numtoa.o null_to_na.o num_to_char.o parse.o prettify.o push_parser.o r-base64.o register.o row_collapse.o transpose_list.o validate.o -Lyajl -lstatyajl -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-jsonlite/00new/jsonlite/libs
** R
** inst
** byte-compile and prepare package for lazy loading
in method for ‘asJSON’ with signature ‘"blob"’: no definition for class “blob”
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (jsonlite)
16): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/jsonlite_1.7.2.tar.gz''
* installing *source* package ‘evaluate’ ...
** package ‘evaluate’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (evaluate)
17): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/evaluate_0.14.tar.gz''
* installing *source* package ‘digest’ ...
** package ‘digest’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c SpookyV2.cpp -o SpookyV2.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c aes.c -o aes.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c blake3.c -o blake3.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c blake3_dispatch.c -o blake3_dispatch.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c blake3_portable.c -o blake3_portable.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c crc32.c -o crc32.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c digest.c -o digest.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c digest2int.c -o digest2int.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c md5.c -o md5.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c pmurhash.c -o pmurhash.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c raes.c -o raes.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c sha1.c -o sha1.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c sha2.c -o sha2.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c sha256.c -o sha256.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c spooky_serialize.cpp -o spooky_serialize.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c xxhash.c -o xxhash.o
g++ -std=gnu++11 -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o digest.so SpookyV2.o aes.o blake3.o blake3_dispatch.o blake3_portable.o crc32.o digest.o digest2int.o init.o md5.o pmurhash.o raes.o sha1.o sha2.o sha256.o spooky_serialize.o xxhash.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-digest/00new/digest/libs
** R
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (digest)
18): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/digest_0.6.27.tar.gz''
* installing *source* package ‘brio’ ...
** package ‘brio’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c brio.c -o brio.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c file_line_endings.c -o file_line_endings.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c read_file.c -o read_file.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c read_file_raw.c -o read_file_raw.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c read_lines.c -o read_lines.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c write_file.c -o write_file.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c write_lines.c -o write_lines.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o brio.so brio.o file_line_endings.o init.o read_file.o read_file_raw.o read_lines.o write_file.o write_lines.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-brio/00new/brio/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (brio)
19): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/brio_1.1.2.tar.gz''
* installing *source* package ‘AsioHeaders’ ...
** package ‘AsioHeaders’ successfully unpacked and MD5 sums checked
** using staged installation
** inst
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (AsioHeaders)
20): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/AsioHeaders_1.16.1-1.tar.gz''
* installing *source* package ‘cpp11’ ...
** package ‘cpp11’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (cpp11)
21): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/cpp11_0.3.1.tar.gz''
* installing *source* package ‘fastmap’ ...
** package ‘fastmap’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Ilib/  -I/usr/local/include  -DR_NO_REMAP -fpic  -g -O2  -c fastmap.cpp -o fastmap.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -Ilib/  -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
g++ -std=gnu++11 -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o fastmap.so fastmap.o init.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-fastmap/00new/fastmap/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (fastmap)
22): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/fastmap_1.1.0.tar.gz''
* installing *source* package ‘lifecycle’ ...
** package ‘lifecycle’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (lifecycle)
23): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/lifecycle_1.0.0.tar.gz''
* installing *source* package ‘ellipsis’ ...
** package ‘ellipsis’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c dots.c -o dots.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o ellipsis.so dots.o init.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-ellipsis/00new/ellipsis/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (ellipsis)
24): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/ellipsis_0.3.2.tar.gz''
* installing *source* package ‘diffobj’ ...
** package ‘diffobj’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c diff.c -o diff.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c diffobj.c -o diffobj.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o diffobj.so diff.o diffobj.o init.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-diffobj/00new/diffobj/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (diffobj)
25): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/diffobj_0.3.4.tar.gz''
* installing *source* package ‘cli’ ...
** package ‘cli’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c cleancall.c -o cleancall.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c errors.c -o errors.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c progress-altrep.c -o progress-altrep.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c progress.c -o progress.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c thread.c -o thread.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c tty.c -o tty.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c win-utf8.c -o win-utf8.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o cli.so cleancall.o errors.o init.o progress-altrep.o progress.o thread.o tty.o win-utf8.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-cli/00new/cli/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (cli)
26): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/cli_3.0.0.tar.gz''
* installing *source* package ‘desc’ ...
** package ‘desc’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (desc)
27): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/desc_1.3.0.tar.gz''
* installing *source* package ‘processx’ ...
** package ‘processx’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -g -O2  -L/usr/local/lib -Wall tools/px.c -o tools/px
gcc -g -O2  -L/usr/local/lib supervisor/supervisor.c \
      supervisor/utils.c -o supervisor/supervisor
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c base64.c -o base64.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c client.c -o client.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c errors.c -o errors.o
gcc -shared -L"/opt/R/4.0.4/lib/R/lib" -L/usr/local/lib -o client.so base64.o client.o errors.o  \
	 -L"/opt/R/4.0.4/lib/R/lib" -lR
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c poll.c -o poll.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c processx-connection.c -o processx-connection.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c processx-vector.c -o processx-vector.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c create-time.c -o create-time.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unix/childlist.c -o unix/childlist.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unix/connection.c -o unix/connection.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unix/processx.c -o unix/processx.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unix/sigchld.c -o unix/sigchld.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unix/utils.c -o unix/utils.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c unix/named_pipe.c -o unix/named_pipe.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c cleancall.c -o cleancall.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o processx.so init.o poll.o errors.o processx-connection.o processx-vector.o create-time.o base64.o unix/childlist.o unix/connection.o unix/processx.o unix/sigchld.o unix/utils.o unix/named_pipe.o cleancall.o -L/opt/R/4.0.4/lib/R/lib -lR
installing via 'install.libs.R' to /opt/R/4.0.4/lib/R/library/00LOCK-processx/00new/processx
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (processx)
28): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/processx_3.5.2.tar.gz''
* installing *source* package ‘later’ ...
** package ‘later’ successfully unpacked and MD5 sums checked
** using staged installation
Running configure script
-latomic linker flag not needed.
** libs
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c callback_registry.cpp -o callback_registry.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c debug.cpp -o debug.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c later.cpp -o later.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c later_posix.cpp -o later_posix.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c later_win32.cpp -o later_win32.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c timer_posix.cpp -o timer_posix.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c timestamp_unix.cpp -o timestamp_unix.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c timestamp_win32.cpp -o timestamp_win32.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS  -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c tinycthread.c -o tinycthread.o
g++ -std=gnu++11 -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o later.so RcppExports.o callback_registry.o debug.o init.o later.o later_posix.o later_win32.o timer_posix.o timestamp_unix.o timestamp_win32.o tinycthread.o -pthread -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-later/00new/later/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (later)
29): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/later_1.2.0.tar.gz''
* installing *source* package ‘showimage’ ...
** package ‘showimage’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (showimage)
30): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/showimage_1.0.0.tar.gz''
* installing *source* package ‘vctrs’ ...
** package ‘vctrs’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c altrep-rle.c -o altrep-rle.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c arg-counter.c -o arg-counter.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c arg.c -o arg.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c bind.c -o bind.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c c-unchop.c -o c-unchop.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c c.c -o c.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c callables.c -o callables.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c cast-bare.c -o cast-bare.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c cast-dispatch.c -o cast-dispatch.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c cast.c -o cast.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c compare.c -o compare.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c complete.c -o complete.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c conditions.c -o conditions.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c dictionary.c -o dictionary.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c dim.c -o dim.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c equal.c -o equal.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c fields.c -o fields.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c fill.c -o fill.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c group.c -o group.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c growable.c -o growable.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c hash.c -o hash.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c names.c -o names.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c order-groups.c -o order-groups.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c order-radix.c -o order-radix.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c order-sortedness.c -o order-sortedness.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c order-transform.c -o order-transform.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c order-truelength.c -o order-truelength.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c poly-op.c -o poly-op.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c proxy-restore.c -o proxy-restore.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c proxy.c -o proxy.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c ptype2-dispatch.c -o ptype2-dispatch.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c rep.c -o rep.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c runs.c -o runs.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c shape.c -o shape.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c size-common.c -o size-common.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c size.c -o size.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c slice-array.c -o slice-array.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c slice-assign-array.c -o slice-assign-array.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c slice-assign.c -o slice-assign.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c slice-chop.c -o slice-chop.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c slice.c -o slice.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c split.c -o split.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c subscript-loc.c -o subscript-loc.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c subscript.c -o subscript.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c translate.c -o translate.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c type-data-frame.c -o type-data-frame.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c type-date-time.c -o type-date-time.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c type-factor.c -o type-factor.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c type-info.c -o type-info.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c type-tibble.c -o type-tibble.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c type.c -o type.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c type2.c -o type2.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c typeof2-s3.c -o typeof2-s3.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c typeof2.c -o typeof2.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c unspecified.c -o unspecified.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c utils-dispatch.c -o utils-dispatch.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c utils-rlang.c -o utils-rlang.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c utils.c -o utils.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include  -fvisibility=hidden -fpic  -g -O2  -c version.c -o version.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o vctrs.so altrep-rle.o arg-counter.o arg.o bind.o c-unchop.o c.o callables.o cast-bare.o cast-dispatch.o cast.o compare.o complete.o conditions.o dictionary.o dim.o equal.o fields.o fill.o group.o growable.o hash.o init.o names.o order-groups.o order-radix.o order-sortedness.o order-transform.o order-truelength.o poly-op.o proxy-restore.o proxy.o ptype2-dispatch.o rep.o runs.o shape.o size-common.o size.o slice-array.o slice-assign-array.o slice-assign.o slice-chop.o slice.o split.o subscript-loc.o subscript.o translate.o type-data-frame.o type-date-time.o type-factor.o type-info.o type-tibble.o type.o type2.o typeof2-s3.o typeof2.o unspecified.o utils-dispatch.o utils-rlang.o utils.o version.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-vctrs/00new/vctrs/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (vctrs)
31): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/vctrs_0.3.8.tar.gz''
* installing *source* package ‘pkgload’ ...
** package ‘pkgload’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (pkgload)
32): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/pkgload_1.2.1.tar.gz''
* installing *source* package ‘callr’ ...
** package ‘callr’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (callr)
33): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/callr_3.7.0.tar.gz''
* installing *source* package ‘promises’ ...
** package ‘promises’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG  -I'/opt/R/4.0.4/lib/R/library/later/include' -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG  -I'/opt/R/4.0.4/lib/R/library/later/include' -I'/opt/R/4.0.4/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -c promise_task.cpp -o promise_task.o
g++ -std=gnu++11 -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o promises.so RcppExports.o promise_task.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-promises/00new/promises/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (promises)
34): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/promises_1.2.0.1.tar.gz''
* installing *source* package ‘websocket’ ...
** package ‘websocket’ successfully unpacked and MD5 sums checked
** using staged installation
Found pkg-config cflags and libs!
Using PKG_CFLAGS=
Using PKG_LIBS=-l:libssl.so.1.0.0 -l:libcrypto.so.1.0.0
** libs
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib  -I'/opt/R/4.0.4/lib/R/library/cpp11/include' -I'/opt/R/4.0.4/lib/R/library/AsioHeaders/include' -I'/opt/R/4.0.4/lib/R/library/later/include' -I/usr/local/include   -fpic  -g -O2  -c cpp11.cpp -o cpp11.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib  -I'/opt/R/4.0.4/lib/R/library/cpp11/include' -I'/opt/R/4.0.4/lib/R/library/AsioHeaders/include' -I'/opt/R/4.0.4/lib/R/library/later/include' -I/usr/local/include   -fpic  -g -O2  -c debug.cpp -o debug.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib  -I'/opt/R/4.0.4/lib/R/library/cpp11/include' -I'/opt/R/4.0.4/lib/R/library/AsioHeaders/include' -I'/opt/R/4.0.4/lib/R/library/later/include' -I/usr/local/include   -fpic  -g -O2  -c websocket.cpp -o websocket.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib  -I'/opt/R/4.0.4/lib/R/library/cpp11/include' -I'/opt/R/4.0.4/lib/R/library/AsioHeaders/include' -I'/opt/R/4.0.4/lib/R/library/later/include' -I/usr/local/include   -fpic  -g -O2  -c websocket_connection.cpp -o websocket_connection.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I./lib  -I'/opt/R/4.0.4/lib/R/library/cpp11/include' -I'/opt/R/4.0.4/lib/R/library/AsioHeaders/include' -I'/opt/R/4.0.4/lib/R/library/later/include' -I/usr/local/include   -fpic  -g -O2  -c websocket_task.cpp -o websocket_task.o
g++ -std=gnu++11 -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o websocket.so cpp11.o debug.o websocket.o websocket_connection.o websocket_task.o -l:libssl.so.1.0.0 -l:libcrypto.so.1.0.0 -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-websocket/00new/websocket/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (websocket)
35): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/websocket_1.4.0.tar.gz''
* installing *source* package ‘pillar’ ...
** package ‘pillar’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (pillar)
36): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/pillar_1.6.1.tar.gz''
* installing *source* package ‘tibble’ ...
** package ‘tibble’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c attributes.c -o attributes.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c coerce.c -o coerce.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -c matrixToDataFrame.c -o matrixToDataFrame.o
gcc -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o tibble.so attributes.o coerce.o init.o matrixToDataFrame.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-tibble/00new/tibble/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (tibble)
37): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/tibble_3.1.2.tar.gz''
* installing *source* package ‘rematch2’ ...
** package ‘rematch2’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (rematch2)
38): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/rematch2_2.1.2.tar.gz''
* installing *source* package ‘waldo’ ...
** package ‘waldo’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (waldo)
39): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/waldo_0.2.5.tar.gz''
* installing *source* package ‘testthat’ ...
** package ‘testthat’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include -DCOMPILING_TESTTHAT  -I/usr/local/include   -fpic  -g -O2  -c init.c -o init.o
gcc -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include -DCOMPILING_TESTTHAT  -I/usr/local/include   -fpic  -g -O2  -c reassign.c -o reassign.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include -DCOMPILING_TESTTHAT  -I/usr/local/include   -fpic  -g -O2  -c test-catch.cpp -o test-catch.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include -DCOMPILING_TESTTHAT  -I/usr/local/include   -fpic  -g -O2  -c test-example.cpp -o test-example.o
g++ -std=gnu++11 -I"/opt/R/4.0.4/lib/R/include" -DNDEBUG -I../inst/include -DCOMPILING_TESTTHAT  -I/usr/local/include   -fpic  -g -O2  -c test-runner.cpp -o test-runner.o
g++ -std=gnu++11 -shared -L/opt/R/4.0.4/lib/R/lib -L/usr/local/lib -o testthat.so init.o reassign.o test-catch.o test-example.o test-runner.o -L/opt/R/4.0.4/lib/R/lib -lR
installing to /opt/R/4.0.4/lib/R/library/00LOCK-testthat/00new/testthat/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (testthat)
40): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/downloaded_packages/testthat_3.0.4.tar.gz''

The downloaded source packages are in
	‘/tmp/Rtmpg9cQVR/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Running `R CMD build`...
* checking for file ‘/tmp/Rtmpg9cQVR/remotes51c37f0c45e/rstudio-chromote-0a427c0/DESCRIPTION’ ... OK
* preparing ‘chromote’:
* checking DESCRIPTION meta-information ... OK
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘chromote_0.0.0.9003.tar.gz’
system (cmd0): /opt/R/4.0.4/lib/R/bin/R CMD INSTALL
* installing *source* package ‘chromote’ ...
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (chromote)
1): succeeded '/opt/R/4.0.4/lib/R/bin/R CMD INSTALL -l '/opt/R/4.0.4/lib/R/library' '/tmp/Rtmpg9cQVR/file51c1ea7cc74/chromote_0.0.0.9003.tar.gz''
>
>
> library(chromote)
now dyn.load("/opt/R/4.0.4/lib/R/library/Rcpp/libs/Rcpp.so") ...
Garbage collection 66 = 59+5+2 (level 0) ...
35.0 Mbytes of cons cells used (75%)
27.3 Mbytes of vectors used (43%)
Garbage collection 67 = 60+5+2 (level 0) ...
35.6 Mbytes of cons cells used (76%)
27.4 Mbytes of vectors used (43%)
now dyn.load("/opt/R/4.0.4/lib/R/library/later/libs/later.so") ...
now dyn.load("/opt/R/4.0.4/lib/R/library/rlang/libs/rlang.so") ...
now dyn.load("/opt/R/4.0.4/lib/R/library/magrittr/libs/magrittr.so") ...
now dyn.load("/opt/R/4.0.4/lib/R/library/promises/libs/promises.so") ...
now dyn.load("/opt/R/4.0.4/lib/R/library/fastmap/libs/fastmap.so") ...
now dyn.load("/opt/R/4.0.4/lib/R/library/jsonlite/libs/jsonlite.so") ...
Garbage collection 68 = 60+5+3 (level 2) ...
28.2 Mbytes of cons cells used (60%)
12.1 Mbytes of vectors used (19%)
now dyn.load("/opt/R/4.0.4/lib/R/library/processx/libs/processx.so") ...
now dyn.load("/opt/R/4.0.4/lib/R/library/ps/libs/ps.so") ...
now dyn.load("/opt/R/4.0.4/lib/R/library/websocket/libs/websocket.so") ...
>
> # Make session
> b <- ChromoteSession$new()
Garbage collection 69 = 61+5+3 (level 0) ...
36.5 Mbytes of cons cells used (78%)
14.2 Mbytes of vectors used (22%)
Garbage collection 70 = 62+5+3 (level 0) ...
37.9 Mbytes of cons cells used (81%)
14.2 Mbytes of vectors used (22%)
Garbage collection 71 = 62+6+3 (level 1) ...
38.9 Mbytes of cons cells used (83%)
14.2 Mbytes of vectors used (22%)
Garbage collection 72 = 62+6+4 (level 2) ...
39.7 Mbytes of cons cells used (49%)
14.1 Mbytes of vectors used (22%)
>
> # Download google.com
> b$Page$navigate("https://www.rstudio.com/")
Garbage collection 73 = 63+6+4 (level 0) ...
44.7 Mbytes of cons cells used (55%)
15.5 Mbytes of vectors used (24%)
$frameId
[1] "265332E1BCB7FF888727364A464C3D8B"

$loaderId
[1] "C7C55B6421DE1135D06A4AAC5FA7C8D7"

>
> # Get the outer HTML of the document
> outerHTML <- b$DOM$getOuterHTML(b$DOM$getDocument()$root$nodeId)$outerHTML
Garbage collection 74 = 64+6+4 (level 0) ...
44.8 Mbytes of cons cells used (55%)
15.5 Mbytes of vectors used (24%)
> print(outerHTML)
[1] "<!DOCTYPE html><html lang=\"en\"><head>\n  <meta charset=\"utf-8\">\n  \n  \n  \n  <script async=\"\" src=\"https://www.googletagmanager.com/gtm.js?id=GTM-TLQTK9R\"></script><script async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=UA-20375833-3\"></script>\n  <script>\n    window.dataLayer = window.dataLayer || [];\n    function gtag(){dataLayer.push(arguments);}\n    gtag('js', new Date());\n\n    gtag('config', 'UA-20375833-3');\n  </script>\n\n  \n  <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n  new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n  j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n  'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n  })(window,document,'script','dataLayer','GTM-TLQTK9R');</script>\n  \n\n\n  \n<script src=\"https://client-registry.mutinycdn.com/personalize/client/013e765e14ebf565.js\"></script></head></html>"
>
> # Yell if it doesn't find the close `html` tag; close tag is more consistent
> stopifnot(grepl("</html>", outerHTML, fixed = TRUE))
>
chromote... SUCCESS
chromote... SUCCESS

@markwsac
Copy link

I am getting the error below when trying to use chromote. I am using latest version of chromote from github.

 `google-chrome` and `chromium-browser` were not found. Try setting the CHROMOTE_CHROME environment variable or adding one of these executables to your PATH.
Warning: Error in initialize: Invalid path to Chrome

I ain't using curl package as I thought it's not required for latest version of chromote.

    chromote::set_default_chromote_object(
      chromote::Chromote$new(chromote::Chrome$new(
        args = c("--disable-gpu", 
                 "--no-sandbox", 
                 "--disable-dev-shm-usage", # required bc the target easily crashes
                 c("--force-color-profile", "srgb"))
      ))
    )

  tryCatch(
    b <- chromote::ChromoteSession$new(),
    error = function(err) {
      stop("Chromote Session failed")
    }
  )

@schloerke
Copy link
Contributor Author

@markwsac

Until this PR is merged (and implemented), you'll need to library(pagedown) to get chrome installed on shinyapps.io

@@ -7,16 +7,16 @@ R_VERSION := 4.0.4
docker-build-%:
docker build -t rstudio/shinyapps-package-dependencies:$* --build-arg R_VERSION=$(R_VERSION) -f Dockerfile.$* .

test-xenial-%:
test-xenial-%: test install Dockerfile.xenial
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain the context for these Makefile changes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't. Reverting

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jk. I can.

From deaa12, I added that if ./test file, ./install file, or Dockerfile.xenial changed, then it would be nice if the method would run again.

When running locally, the command wouldn't do anything if it a successful completion. Now, if any of those files changes, it is forced to run again.

@schloerke
Copy link
Contributor Author

Friendly ping to have this merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants